Html Css Color HEX #CC2B19 Harley Davidson Orange

📋 copy color: '#CC2B19'

red 204 ◦ green 43 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2B19

Tints of Harley Davidson Orange #CC2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

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

R = 75%
G = 15.81%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2B19 (or 0xCC2B19) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 19. RGB value is (204,43,25). Sum of RGB (Red+Green+Blue) = 204+43+25=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B19 is #33D4E6. Grayscale: #595959. Windows color (decimal): -3396839 or 1649612. OLE color: 1649612.

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

Color convert

RGB 204 43 25 -
CMYK 0 0.79 0.88 0.2
HSL 6.03º 0.78% 0.45% -
HSV(B) 6.03º 0.88% 0.8% -
XYZ 25.94 14.64 2.38 -
YUV 89.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 204 43 25 0 0.79 0.88 0.2 6.03 0.78 0.45
Hex CC 2B 19 0 4F 58 14 6 4E 2D
Octal 314 53 31 0 117 130 24 6 116 55
Binary 11001100 101011 11001 0 1001111 1011000 10100 110 1001110 101101

Color Harmonies of #CC2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B19

Black with #CC2B19

Text Example


Text Example

White with #CC2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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