Html Css Color HEX #CC2212 Harley Davidson Orange

📋 copy color: '#CC2212'

red 204 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2212

Tints of Harley Davidson Orange #CC2212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 79.69%
G = 13.28%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2212 (or 0xCC2212) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 12. RGB value is (204,34,18). Sum of RGB (Red+Green+Blue) = 204+34+18=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2212 is #33DDED. Grayscale: #535353. Windows color (decimal): -3399150 or 1188556. OLE color: 1188556.

HSL color Cylindrical-coordinate representation of color #CC2212: hue angle of 5.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2212 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 18 -
CMYK 0 0.83 0.91 0.2
HSL 5.16º 0.84% 0.44% -
HSV(B) 5.16º 0.91% 0.8% -
XYZ 25.58 14.03 1.93 -
YUV 83.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 204 34 18 0 0.83 0.91 0.2 5.16 0.84 0.44
Hex CC 22 12 0 53 5B 14 5 54 2C
Octal 314 42 22 0 123 133 24 5 124 54
Binary 11001100 100010 10010 0 1010011 1011011 10100 101 1010100 101100

Color Harmonies of #CC2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2212

Black with #CC2212

Text Example


Text Example

White with #CC2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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