Html Css Color HEX #CC2312 Harley Davidson Orange

📋 copy color: '#CC2312'

red 204 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #CC2312

Tints of Harley Davidson Orange #CC2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 79.38%
G = 13.62%
B = 7%

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

#CC2312 (or 0xCC2312) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 12. RGB value is (204,35,18). Sum of RGB (Red+Green+Blue) = 204+35+18=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2312 is #33DCED. Grayscale: #535353. Windows color (decimal): -3398894 or 1188812. OLE color: 1188812.

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

Color convert

RGB 204 35 18 -
CMYK 0 0.83 0.91 0.2
HSL 5.48º 0.84% 0.44% -
HSV(B) 5.48º 0.91% 0.8% -
XYZ 25.61 14.08 1.94 -
YUV 83.59 90.99 213.88 -
System Red Green Blue C M Y K H S L
Decimal 204 35 18 0 0.83 0.91 0.2 5.48 0.84 0.44
Hex CC 23 12 0 53 5B 14 5 54 2C
Octal 314 43 22 0 123 133 24 5 124 54
Binary 11001100 100011 10010 0 1010011 1011011 10100 101 1010100 101100

Color Harmonies of #CC2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2312

Black with #CC2312

Text Example


Text Example

White with #CC2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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