Html Css Color HEX #CC3512 Harley Davidson Orange

📋 copy color: '#CC3512'

red 204 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #CC3512

Tints of Harley Davidson Orange #CC3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 74.18%
G = 19.27%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3512 (or 0xCC3512) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 12. RGB value is (204,53,18). Sum of RGB (Red+Green+Blue) = 204+53+18=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3512 is #33CAED. Grayscale: #5E5E5E. Windows color (decimal): -3394286 or 1193420. OLE color: 1193420.

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

Color convert

RGB 204 53 18 -
CMYK 0 0.74 0.91 0.2
HSL 11.29º 0.84% 0.44% -
HSV(B) 11.29º 0.91% 0.8% -
XYZ 26.28 15.43 2.16 -
YUV 94.16 85.03 206.35 -
System Red Green Blue C M Y K H S L
Decimal 204 53 18 0 0.74 0.91 0.2 11.29 0.84 0.44
Hex CC 35 12 0 4A 5B 14 B 54 2C
Octal 314 65 22 0 112 133 24 13 124 54
Binary 11001100 110101 10010 0 1001010 1011011 10100 1011 1010100 101100

Color Harmonies of #CC3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3512

Black with #CC3512

Text Example


Text Example

White with #CC3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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