Html Css Color HEX #CC2F19 Harley Davidson Orange

📋 copy color: '#CC2F19'

red 204 ◦ green 47 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2F19

Tints of Harley Davidson Orange #CC2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 73.91%
G = 17.03%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2F19 (or 0xCC2F19) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 19. RGB value is (204,47,25). Sum of RGB (Red+Green+Blue) = 204+47+25=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F19 is #33D0E6. Grayscale: #5B5B5B. Windows color (decimal): -3395815 or 1650636. OLE color: 1650636.

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

Color convert

RGB 204 47 25 -
CMYK 0 0.77 0.88 0.2
HSL 7.37º 0.78% 0.45% -
HSV(B) 7.37º 0.88% 0.8% -
XYZ 26.09 14.94 2.43 -
YUV 91.44 90.51 208.29 -
System Red Green Blue C M Y K H S L
Decimal 204 47 25 0 0.77 0.88 0.2 7.37 0.78 0.45
Hex CC 2F 19 0 4D 58 14 7 4E 2D
Octal 314 57 31 0 115 130 24 7 116 55
Binary 11001100 101111 11001 0 1001101 1011000 10100 111 1001110 101101

Color Harmonies of #CC2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F19

Black with #CC2F19

Text Example


Text Example

White with #CC2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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