Html Css Color HEX #C52112 Harley Davidson Orange

📋 copy color: '#C52112'

red 197 ◦ green 33 ◦ blue 18

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

Shades of Harley Davidson Orange #C52112

Tints of Harley Davidson Orange #C52112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

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

R = 79.44%
G = 13.31%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52112 (or 0xC52112) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 12. RGB value is (197,33,18). Sum of RGB (Red+Green+Blue) = 197+33+18=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C52112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52112 is #3ADEED. Grayscale: #505050. Windows color (decimal): -3858158 or 1188293. OLE color: 1188293.

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

Color convert

RGB 197 33 18 -
CMYK 0 0.83 0.91 0.23
HSL 5.03º 0.83% 0.42% -
HSV(B) 5.03º 0.91% 0.77% -
XYZ 23.68 13 1.83 -
YUV 80.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 197 33 18 0 0.83 0.91 0.23 5.03 0.83 0.42
Hex C5 21 12 0 53 5B 17 5 53 2A
Octal 305 41 22 0 123 133 27 5 123 52
Binary 11000101 100001 10010 0 1010011 1011011 10111 101 1010011 101010

Color Harmonies of #C52112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52112

Black with #C52112

Text Example


Text Example

White with #C52112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52112; }

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

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

background-color css

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

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

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

border-color css

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

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

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