Html Css Color HEX #C52406 Harley Davidson Orange

📋 copy color: '#C52406'

red 197 ◦ green 36 ◦ blue 6

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

Shades of Harley Davidson Orange #C52406

Tints of Harley Davidson Orange #C52406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 82.43%
G = 15.06%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C52406 (or 0xC52406) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 06. RGB value is (197,36,6). Sum of RGB (Red+Green+Blue) = 197+36+6=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52406 is #3ADBF9. Grayscale: #505050. Windows color (decimal): -3857402 or 402629. OLE color: 402629.

HSL color Cylindrical-coordinate representation of color #C52406: hue angle of 9.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52406 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 6 -
CMYK 0 0.82 0.97 0.23
HSL 9.42º 0.94% 0.4% -
HSV(B) 9.42º 0.97% 0.77% -
XYZ 23.69 13.15 1.46 -
YUV 80.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 197 36 6 0 0.82 0.97 0.23 9.42 0.94 0.4
Hex C5 24 6 0 52 61 17 9 5E 28
Octal 305 44 6 0 122 141 27 11 136 50
Binary 11000101 100100 110 0 1010010 1100001 10111 1001 1011110 101000

Color Harmonies of #C52406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52406

Black with #C52406

Text Example


Text Example

White with #C52406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52406; }

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

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

background-color css

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

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

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

border-color css

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

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

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