Html Css Color HEX #C53406 Harley Davidson Orange

📋 copy color: '#C53406'

red 197 ◦ green 52 ◦ blue 6

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

Shades of Harley Davidson Orange #C53406

Tints of Harley Davidson Orange #C53406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 77.25%
G = 20.39%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53406 (or 0xC53406) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 06. RGB value is (197,52,6). Sum of RGB (Red+Green+Blue) = 197+52+6=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C53406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53406 is #3ACBF9. Grayscale: #5A5A5A. Windows color (decimal): -3853306 or 406725. OLE color: 406725.

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

Color convert

RGB 197 52 6 -
CMYK 0 0.74 0.97 0.23
HSL 14.45º 0.94% 0.4% -
HSV(B) 14.45º 0.97% 0.77% -
XYZ 24.29 14.34 1.66 -
YUV 90.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 197 52 6 0 0.74 0.97 0.23 14.45 0.94 0.4
Hex C5 34 6 0 4A 61 17 E 5E 28
Octal 305 64 6 0 112 141 27 16 136 50
Binary 11000101 110100 110 0 1001010 1100001 10111 1110 1011110 101000

Color Harmonies of #C53406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53406

Black with #C53406

Text Example


Text Example

White with #C53406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53406; }

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

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

background-color css

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

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

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

border-color css

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

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

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