Html Css Color HEX #CC3112 Harley Davidson Orange

📋 copy color: '#CC3112'

red 204 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #CC3112

Tints of Harley Davidson Orange #CC3112

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 75.28%
G = 18.08%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3112 (or 0xCC3112) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 12. RGB value is (204,49,18). Sum of RGB (Red+Green+Blue) = 204+49+18=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3112 is #33CEED. Grayscale: #5C5C5C. Windows color (decimal): -3395310 or 1192396. OLE color: 1192396.

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

Color convert

RGB 204 49 18 -
CMYK 0 0.76 0.91 0.2
HSL 10º 0.84% 0.44% -
HSV(B) 10º 0.91% 0.8% -
XYZ 26.11 15.08 2.11 -
YUV 91.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 204 49 18 0 0.76 0.91 0.2 10 0.84 0.44
Hex CC 31 12 0 4C 5B 14 A 54 2C
Octal 314 61 22 0 114 133 24 12 124 54
Binary 11001100 110001 10010 0 1001100 1011011 10100 1010 1010100 101100

Color Harmonies of #CC3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3112

Black with #CC3112

Text Example


Text Example

White with #CC3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3112; }

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

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

background-color css

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

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

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

border-color css

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

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

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