Html Css Color HEX #C52412 Harley Davidson Orange

📋 copy color: '#C52412'

red 197 ◦ green 36 ◦ blue 18

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

Shades of Harley Davidson Orange #C52412

Tints of Harley Davidson Orange #C52412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

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

R = 78.49%
G = 14.34%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52412 (or 0xC52412) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 12. RGB value is (197,36,18). Sum of RGB (Red+Green+Blue) = 197+36+18=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52412 is #3ADBED. Grayscale: #525252. Windows color (decimal): -3857390 or 1189061. OLE color: 1189061.

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

Color convert

RGB 197 36 18 -
CMYK 0 0.82 0.91 0.23
HSL 6.03º 0.83% 0.42% -
HSV(B) 6.03º 0.91% 0.77% -
XYZ 23.77 13.18 1.86 -
YUV 82.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 197 36 18 0 0.82 0.91 0.23 6.03 0.83 0.42
Hex C5 24 12 0 52 5B 17 6 53 2A
Octal 305 44 22 0 122 133 27 6 123 52
Binary 11000101 100100 10010 0 1010010 1011011 10111 110 1010011 101010

Color Harmonies of #C52412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52412

Black with #C52412

Text Example


Text Example

White with #C52412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52412; }

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

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

background-color css

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

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

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

border-color css

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

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

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