Html Css Color HEX #CC2412 Harley Davidson Orange

📋 copy color: '#CC2412'

red 204 ◦ green 36 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2412

Tints of Harley Davidson Orange #CC2412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

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

R = 79.07%
G = 13.95%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2412 (or 0xCC2412) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 12. RGB value is (204,36,18). Sum of RGB (Red+Green+Blue) = 204+36+18=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2412 is #33DBED. Grayscale: #545454. Windows color (decimal): -3398638 or 1189068. OLE color: 1189068.

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

Color convert

RGB 204 36 18 -
CMYK 0 0.82 0.91 0.2
HSL 5.81º 0.84% 0.44% -
HSV(B) 5.81º 0.91% 0.8% -
XYZ 25.64 14.14 1.95 -
YUV 84.18 90.66 213.46 -
System Red Green Blue C M Y K H S L
Decimal 204 36 18 0 0.82 0.91 0.2 5.81 0.84 0.44
Hex CC 24 12 0 52 5B 14 6 54 2C
Octal 314 44 22 0 122 133 24 6 124 54
Binary 11001100 100100 10010 0 1010010 1011011 10100 110 1010100 101100

Color Harmonies of #CC2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2412

Black with #CC2412

Text Example


Text Example

White with #CC2412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2412; }

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

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

background-color css

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

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

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

border-color css

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

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

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