Html Css Color HEX #CC2B0C Harley Davidson Orange

📋 copy color: '#CC2B0C'

red 204 ◦ green 43 ◦ blue 12

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

Shades of Harley Davidson Orange #CC2B0C

Tints of Harley Davidson Orange #CC2B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 78.76%
G = 16.6%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC2B0C (or 0xCC2B0C) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 0C. RGB value is (204,43,12). Sum of RGB (Red+Green+Blue) = 204+43+12=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B0C is #33D4F3. Grayscale: #575757. Windows color (decimal): -3396852 or 797644. OLE color: 797644.

HSL color Cylindrical-coordinate representation of color #CC2B0C: hue angle of 9.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC2B0C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 43 12 -
CMYK 0 0.79 0.94 0.2
HSL 9.69º 0.89% 0.42% -
HSV(B) 9.69º 0.94% 0.8% -
XYZ 25.83 14.59 1.8 -
YUV 87.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 204 43 12 0 0.79 0.94 0.2 9.69 0.89 0.42
Hex CC 2B C 0 4F 5E 14 A 59 2A
Octal 314 53 14 0 117 136 24 12 131 52
Binary 11001100 101011 1100 0 1001111 1011110 10100 1010 1011001 101010

Color Harmonies of #CC2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B0C

Black with #CC2B0C

Text Example


Text Example

White with #CC2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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