Html Css Color HEX #CC2219 Harley Davidson Orange

📋 copy color: '#CC2219'

red 204 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #CC2219

Tints of Harley Davidson Orange #CC2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 77.57%
G = 12.93%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC2219 (or 0xCC2219) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 19. RGB value is (204,34,25). Sum of RGB (Red+Green+Blue) = 204+34+25=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2219 is #33DDE6. Grayscale: #545454. Windows color (decimal): -3399143 or 1647308. OLE color: 1647308.

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

Color convert

RGB 204 34 25 -
CMYK 0 0.83 0.88 0.2
HSL 3.02º 0.78% 0.45% -
HSV(B) 3.02º 0.88% 0.8% -
XYZ 25.65 14.05 2.28 -
YUV 83.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 204 34 25 0 0.83 0.88 0.2 3.02 0.78 0.45
Hex CC 22 19 0 53 58 14 3 4E 2D
Octal 314 42 31 0 123 130 24 3 116 55
Binary 11001100 100010 11001 0 1010011 1011000 10100 11 1001110 101101

Color Harmonies of #CC2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2219

Black with #CC2219

Text Example


Text Example

White with #CC2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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