Html Css Color HEX #C52012 Harley Davidson Orange

📋 copy color: '#C52012'

red 197 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #C52012

Tints of Harley Davidson Orange #C52012

RGB

 RED value IS 197 (77.34% from 255) = 79.76%

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 79.76%
G = 12.96%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52012 (or 0xC52012) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 12. RGB value is (197,32,18). Sum of RGB (Red+Green+Blue) = 197+32+18=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C52012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52012 is #3ADFED. Grayscale: #4F4F4F. Windows color (decimal): -3858414 or 1188037. OLE color: 1188037.

HSL color Cylindrical-coordinate representation of color #C52012: hue angle of 4.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 18 -
CMYK 0 0.84 0.91 0.23
HSL 4.69º 0.83% 0.42% -
HSV(B) 4.69º 0.91% 0.77% -
XYZ 23.65 12.95 1.82 -
YUV 79.74 93.16 211.64 -
System Red Green Blue C M Y K H S L
Decimal 197 32 18 0 0.84 0.91 0.23 4.69 0.83 0.42
Hex C5 20 12 0 54 5B 17 5 53 2A
Octal 305 40 22 0 124 133 27 5 123 52
Binary 11000101 100000 10010 0 1010100 1011011 10111 101 1010011 101010

Color Harmonies of #C52012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52012

Black with #C52012

Text Example


Text Example

White with #C52012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52012; }

 p { color: rgb(197,32,18); }

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

background-color css

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

 a { background-color: rgb(197,32,18); }

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

border-color css

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

 span { border-color: rgb(197,32,18); }

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