Html Css Color HEX #CC2D19 Harley Davidson Orange

📋 copy color: '#CC2D19'

red 204 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2D19

Tints of Harley Davidson Orange #CC2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

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

R = 74.45%
G = 16.42%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2D19 (or 0xCC2D19) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 19. RGB value is (204,45,25). Sum of RGB (Red+Green+Blue) = 204+45+25=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D19 is #33D2E6. Grayscale: #5A5A5A. Windows color (decimal): -3396327 or 1650124. OLE color: 1650124.

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

Color convert

RGB 204 45 25 -
CMYK 0 0.78 0.88 0.2
HSL 6.7º 0.78% 0.45% -
HSV(B) 6.7º 0.88% 0.8% -
XYZ 26.02 14.78 2.4 -
YUV 90.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 204 45 25 0 0.78 0.88 0.2 6.7 0.78 0.45
Hex CC 2D 19 0 4E 58 14 7 4E 2D
Octal 314 55 31 0 116 130 24 7 116 55
Binary 11001100 101101 11001 0 1001110 1011000 10100 111 1001110 101101

Color Harmonies of #CC2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D19

Black with #CC2D19

Text Example


Text Example

White with #CC2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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