Html Css Color HEX #C53606 Harley Davidson Orange

📋 copy color: '#C53606'

red 197 ◦ green 54 ◦ blue 6

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

Shades of Harley Davidson Orange #C53606

Tints of Harley Davidson Orange #C53606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 76.65%
G = 21.01%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53606 (or 0xC53606) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 06. RGB value is (197,54,6). Sum of RGB (Red+Green+Blue) = 197+54+6=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C53606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53606 is #3AC9F9. Grayscale: #5B5B5B. Windows color (decimal): -3852794 or 407237. OLE color: 407237.

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

Color convert

RGB 197 54 6 -
CMYK 0 0.73 0.97 0.23
HSL 15.08º 0.94% 0.4% -
HSV(B) 15.08º 0.97% 0.77% -
XYZ 24.38 14.52 1.69 -
YUV 91.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 197 54 6 0 0.73 0.97 0.23 15.08 0.94 0.4
Hex C5 36 6 0 49 61 17 F 5E 28
Octal 305 66 6 0 111 141 27 17 136 50
Binary 11000101 110110 110 0 1001001 1100001 10111 1111 1011110 101000

Color Harmonies of #C53606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53606

Black with #C53606

Text Example


Text Example

White with #C53606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53606; }

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

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

background-color css

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

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

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

border-color css

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

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

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