Html Css Color HEX #CC2919 Harley Davidson Orange

📋 copy color: '#CC2919'

red 204 ◦ green 41 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2919

Tints of Harley Davidson Orange #CC2919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 75.56%
G = 15.19%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2919 (or 0xCC2919) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 19. RGB value is (204,41,25). Sum of RGB (Red+Green+Blue) = 204+41+25=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2919 is #33D6E6. Grayscale: #585858. Windows color (decimal): -3397351 or 1649100. OLE color: 1649100.

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

Color convert

RGB 204 41 25 -
CMYK 0 0.80 0.88 0.2
HSL 5.36º 0.78% 0.45% -
HSV(B) 5.36º 0.88% 0.8% -
XYZ 25.87 14.49 2.35 -
YUV 87.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 204 41 25 0 0.80 0.88 0.2 5.36 0.78 0.45
Hex CC 29 19 0 50 58 14 5 4E 2D
Octal 314 51 31 0 120 130 24 5 116 55
Binary 11001100 101001 11001 0 1010000 1011000 10100 101 1001110 101101

Color Harmonies of #CC2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2919

Black with #CC2919

Text Example


Text Example

White with #CC2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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