Html Css Color HEX #CC3412 Harley Davidson Orange

📋 copy color: '#CC3412'

red 204 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #CC3412

Tints of Harley Davidson Orange #CC3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 74.45%
G = 18.98%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC3412 (or 0xCC3412) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 12. RGB value is (204,52,18). Sum of RGB (Red+Green+Blue) = 204+52+18=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3412 is #33CBED. Grayscale: #5D5D5D. Windows color (decimal): -3394542 or 1193164. OLE color: 1193164.

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

Color convert

RGB 204 52 18 -
CMYK 0 0.75 0.91 0.2
HSL 10.97º 0.84% 0.44% -
HSV(B) 10.97º 0.91% 0.8% -
XYZ 26.24 15.34 2.15 -
YUV 93.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 204 52 18 0 0.75 0.91 0.2 10.97 0.84 0.44
Hex CC 34 12 0 4B 5B 14 B 54 2C
Octal 314 64 22 0 113 133 24 13 124 54
Binary 11001100 110100 10010 0 1001011 1011011 10100 1011 1010100 101100

Color Harmonies of #CC3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3412

Black with #CC3412

Text Example


Text Example

White with #CC3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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