Html Css Color HEX #CC3C12 Harley Davidson Orange

📋 copy color: '#CC3C12'

red 204 ◦ green 60 ◦ blue 18

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

Shades of Harley Davidson Orange #CC3C12

Tints of Harley Davidson Orange #CC3C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

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

R = 72.34%
G = 21.28%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3C12 (or 0xCC3C12) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 12. RGB value is (204,60,18). Sum of RGB (Red+Green+Blue) = 204+60+18=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C12 is #33C3ED. Grayscale: #626262. Windows color (decimal): -3392494 or 1195212. OLE color: 1195212.

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

Color convert

RGB 204 60 18 -
CMYK 0 0.71 0.91 0.2
HSL 13.55º 0.84% 0.44% -
HSV(B) 13.55º 0.91% 0.8% -
XYZ 26.63 16.11 2.28 -
YUV 98.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 204 60 18 0 0.71 0.91 0.2 13.55 0.84 0.44
Hex CC 3C 12 0 47 5B 14 E 54 2C
Octal 314 74 22 0 107 133 24 16 124 54
Binary 11001100 111100 10010 0 1000111 1011011 10100 1110 1010100 101100

Color Harmonies of #CC3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C12

Black with #CC3C12

Text Example


Text Example

White with #CC3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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