Html Css Color HEX #CC2C16 Harley Davidson Orange

📋 copy color: '#CC2C16'

red 204 ◦ green 44 ◦ blue 22

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

Shades of Harley Davidson Orange #CC2C16

Tints of Harley Davidson Orange #CC2C16

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 75.56%
G = 16.3%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC2C16 (or 0xCC2C16) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 16. RGB value is (204,44,22). Sum of RGB (Red+Green+Blue) = 204+44+22=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C16 is #33D3E9. Grayscale: #595959. Windows color (decimal): -3396586 or 1453260. OLE color: 1453260.

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

Color convert

RGB 204 44 22 -
CMYK 0 0.78 0.89 0.2
HSL 7.25º 0.81% 0.44% -
HSV(B) 7.25º 0.89% 0.8% -
XYZ 25.95 14.7 2.23 -
YUV 89.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 204 44 22 0 0.78 0.89 0.2 7.25 0.81 0.44
Hex CC 2C 16 0 4E 59 14 7 51 2C
Octal 314 54 26 0 116 131 24 7 121 54
Binary 11001100 101100 10110 0 1001110 1011001 10100 111 1010001 101100

Color Harmonies of #CC2C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C16

Black with #CC2C16

Text Example


Text Example

White with #CC2C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C16; }

 p { color: rgb(204,44,22); }

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

background-color css

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

 a { background-color: rgb(204,44,22); }

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

border-color css

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

 span { border-color: rgb(204,44,22); }

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