Html Css Color HEX #CC2417 Harley Davidson Orange

📋 copy color: '#CC2417'

red 204 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #CC2417

Tints of Harley Davidson Orange #CC2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 77.57%
G = 13.69%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2417 (or 0xCC2417) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 17. RGB value is (204,36,23). Sum of RGB (Red+Green+Blue) = 204+36+23=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2417 is #33DBE8. Grayscale: #545454. Windows color (decimal): -3398633 or 1516748. OLE color: 1516748.

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

Color convert

RGB 204 36 23 -
CMYK 0 0.82 0.89 0.2
HSL 4.31º 0.8% 0.45% -
HSV(B) 4.31º 0.89% 0.8% -
XYZ 25.69 14.16 2.19 -
YUV 84.75 93.16 213.06 -
System Red Green Blue C M Y K H S L
Decimal 204 36 23 0 0.82 0.89 0.2 4.31 0.8 0.45
Hex CC 24 17 0 52 59 14 4 50 2D
Octal 314 44 27 0 122 131 24 4 120 55
Binary 11001100 100100 10111 0 1010010 1011001 10100 100 1010000 101101

Color Harmonies of #CC2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2417

Black with #CC2417

Text Example


Text Example

White with #CC2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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