Html Css Color HEX #CC2012 Harley Davidson Orange

📋 copy color: '#CC2012'

red 204 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2012

Tints of Harley Davidson Orange #CC2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 80.31%
G = 12.6%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2012 (or 0xCC2012) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 12. RGB value is (204,32,18). Sum of RGB (Red+Green+Blue) = 204+32+18=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2012 is #33DFED. Grayscale: #525252. Windows color (decimal): -3399662 or 1188044. OLE color: 1188044.

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

Color convert

RGB 204 32 18 -
CMYK 0 0.84 0.91 0.2
HSL 4.52º 0.84% 0.44% -
HSV(B) 4.52º 0.91% 0.8% -
XYZ 25.53 13.91 1.91 -
YUV 81.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 204 32 18 0 0.84 0.91 0.2 4.52 0.84 0.44
Hex CC 20 12 0 54 5B 14 5 54 2C
Octal 314 40 22 0 124 133 24 5 124 54
Binary 11001100 100000 10010 0 1010100 1011011 10100 101 1010100 101100

Color Harmonies of #CC2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2012

Black with #CC2012

Text Example


Text Example

White with #CC2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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