Html Css Color HEX #C52712 Harley Davidson Orange

📋 copy color: '#C52712'

red 197 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #C52712

Tints of Harley Davidson Orange #C52712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

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

R = 77.56%
G = 15.35%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52712 (or 0xC52712) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 12. RGB value is (197,39,18). Sum of RGB (Red+Green+Blue) = 197+39+18=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C52712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52712 is #3AD8ED. Grayscale: #545454. Windows color (decimal): -3856622 or 1189829. OLE color: 1189829.

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

Color convert

RGB 197 39 18 -
CMYK 0 0.80 0.91 0.23
HSL 7.04º 0.83% 0.42% -
HSV(B) 7.04º 0.91% 0.77% -
XYZ 23.86 13.37 1.89 -
YUV 83.85 90.85 208.71 -
System Red Green Blue C M Y K H S L
Decimal 197 39 18 0 0.80 0.91 0.23 7.04 0.83 0.42
Hex C5 27 12 0 50 5B 17 7 53 2A
Octal 305 47 22 0 120 133 27 7 123 52
Binary 11000101 100111 10010 0 1010000 1011011 10111 111 1010011 101010

Color Harmonies of #C52712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52712

Black with #C52712

Text Example


Text Example

White with #C52712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52712; }

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

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

background-color css

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

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

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

border-color css

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

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

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