Html Css Color HEX #CC4817 Harley Davidson Orange

📋 copy color: '#CC4817'

red 204 ◦ green 72 ◦ blue 23

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

Shades of Harley Davidson Orange #CC4817

Tints of Harley Davidson Orange #CC4817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 68.23%
G = 24.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC4817 (or 0xCC4817) is known color: Harley Davidson Orange. HEX triplet: CC, 48 and 17. RGB value is (204,72,23). Sum of RGB (Red+Green+Blue) = 204+72+23=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4817 is #33B7E8. Grayscale: #6A6A6A. Windows color (decimal): -3389417 or 1525964. OLE color: 1525964.

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

Color convert

RGB 204 72 23 -
CMYK 0 0.65 0.89 0.2
HSL 16.24º 0.8% 0.45% -
HSV(B) 16.24º 0.89% 0.8% -
XYZ 27.37 17.53 2.75 -
YUV 105.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 204 72 23 0 0.65 0.89 0.2 16.24 0.8 0.45
Hex CC 48 17 0 41 59 14 10 50 2D
Octal 314 110 27 0 101 131 24 20 120 55
Binary 11001100 1001000 10111 0 1000001 1011001 10100 10000 1010000 101101

Color Harmonies of #CC4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4817

Black with #CC4817

Text Example


Text Example

White with #CC4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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