Html Css Color HEX #C52512 Harley Davidson Orange

📋 copy color: '#C52512'

red 197 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #C52512

Tints of Harley Davidson Orange #C52512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 78.17%
G = 14.68%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52512 (or 0xC52512) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 12. RGB value is (197,37,18). Sum of RGB (Red+Green+Blue) = 197+37+18=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52512 is #3ADAED. Grayscale: #525252. Windows color (decimal): -3857134 or 1189317. OLE color: 1189317.

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

Color convert

RGB 197 37 18 -
CMYK 0 0.81 0.91 0.23
HSL 6.37º 0.83% 0.42% -
HSV(B) 6.37º 0.91% 0.77% -
XYZ 23.8 13.24 1.87 -
YUV 82.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 197 37 18 0 0.81 0.91 0.23 6.37 0.83 0.42
Hex C5 25 12 0 51 5B 17 6 53 2A
Octal 305 45 22 0 121 133 27 6 123 52
Binary 11000101 100101 10010 0 1010001 1011011 10111 110 1010011 101010

Color Harmonies of #C52512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52512

Black with #C52512

Text Example


Text Example

White with #C52512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52512; }

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

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

background-color css

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

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

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

border-color css

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

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

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