Html Css Color HEX #CC2419 Harley Davidson Orange

📋 copy color: '#CC2419'

red 204 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2419

Tints of Harley Davidson Orange #CC2419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 76.98%
G = 13.58%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2419 (or 0xCC2419) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 19. RGB value is (204,36,25). Sum of RGB (Red+Green+Blue) = 204+36+25=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2419 is #33DBE6. Grayscale: #555555. Windows color (decimal): -3398631 or 1647820. OLE color: 1647820.

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

Color convert

RGB 204 36 25 -
CMYK 0 0.82 0.88 0.2
HSL 3.69º 0.78% 0.45% -
HSV(B) 3.69º 0.88% 0.8% -
XYZ 25.71 14.17 2.3 -
YUV 84.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 204 36 25 0 0.82 0.88 0.2 3.69 0.78 0.45
Hex CC 24 19 0 52 58 14 4 4E 2D
Octal 314 44 31 0 122 130 24 4 116 55
Binary 11001100 100100 11001 0 1010010 1011000 10100 100 1001110 101101

Color Harmonies of #CC2419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2419

Black with #CC2419

Text Example


Text Example

White with #CC2419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2419; }

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

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

background-color css

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

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

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

border-color css

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

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

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