#CC3717

Color #CC3717 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CC3717

Tints of Harley Davidson Orange #CC3717

Color information

#CC3717 (or 0xCC3717) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 37 and 17. RGB value is (204,55,23). Sum of RGB (Red+Green+Blue) = 204+55+23=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3717 is #33C8E8. Grayscale: #606060. Windows color (decimal): -3393769 or 1521612. OLE color: 1521612.

HSL color Cylindrical-coordinate representation of color #CC3717: hue angle of 10.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3717 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2045523-
CMYK00.730.890.2
HSL10.61º79.74%44.51%-
HSV(B)10.61º88.73%80%-
XYZ26.4215.632.44-
YUV95.986.86205.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 72.34%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 23 (9.38% from 255) = 8.16%
R=72.34%
G=19.50%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204552300.730.890.210.6179.7444.51
HexCC37170495914b502d
Octal31467270111131241312055
Binary11001100110111101110100100110110011010010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3717; }

 p { color: rgb(204,55,23); }

 H1.HeaderClassName
 {
   color: #CC3717;
 }
 .AnyTagClassName
 {
   color: #CC3717;
 }
</style>
background-color css

<style>
 a { background-color: #CC3717; }

 a { background-color: rgb(204,55,23); }

 div.DivClassName
 {
   background-color: #CC3717;
 }
 .BgClassName
 {
   background-color: #CC3717;
 }
</style>
border-color css

<style>
 span { border-color: #CC3717; }

 span { border-color: rgb(204,55,23); }

 td.TdClassName
 {
   border-color: #CC3717;
 }
 .TagClassName
 {
   border-color: #CC3717;
 }
</style>