Html Css Color HEX #CC4217 Harley Davidson Orange

📋 copy color: '#CC4217'

red 204 ◦ green 66 ◦ blue 23

#CC4217
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CC4217

Tints of Harley Davidson Orange #CC4217

RGB

 RED value IS 204 (80.08% from 255) = 69.62%

 GREEN value IS 66 (26.17% from 255) = 22.53%

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 69.62%
G = 22.53%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4217 (or 0xCC4217) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 17. RGB value is (204,66,23). Sum of RGB (Red+Green+Blue) = 204+66+23=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4217 is #33BDE8. Grayscale: #666666. Windows color (decimal): -3390953 or 1524428. OLE color: 1524428.

HSL color Cylindrical-coordinate representation of color #CC4217: hue angle of 14.25º 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 #CC4217 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 23 -
CMYK 0 0.68 0.89 0.2
HSL 14.25º 0.8% 0.45% -
HSV(B) 14.25º 0.89% 0.8% -
XYZ 27 16.8 2.63 -
YUV 102.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 204 66 23 0 0.68 0.89 0.2 14.25 0.8 0.45
Hex CC 42 17 0 44 59 14 E 50 2D
Octal 314 102 27 0 104 131 24 16 120 55
Binary 11001100 1000010 10111 0 1000100 1011001 10100 1110 1010000 101101

Color Harmonies of #CC4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4217

Black with #CC4217

Text Example


Text Example

White with #CC4217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4217; }

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

 H1.HeaderClassName
 {
   color: #CC4217;
 }
 .AnyTagClassName
 {
   color: #CC4217;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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