#C53E1E

Color #C53E1E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C53E1E

Tints of Harley Davidson Orange #C53E1E

Color information

#C53E1E (or 0xC53E1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3E and 1E. RGB value is (197,62,30). Sum of RGB (Red+Green+Blue) = 197+62+30=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E1E is #3AC1E1. Grayscale: #626262. Windows color (decimal): -3850722 or 1982149. OLE color: 1982149.

HSL color Cylindrical-coordinate representation of color #C53E1E: hue angle of 11.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C53E1E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1976230-
CMYK00.690.850.23
HSL11.5º73.57%44.51%-
HSV(B)11.5º84.77%77.25%-
XYZ24.9815.412.89-
YUV98.7289.23198.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=68.17%
G=21.45%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197623000.690.850.2311.573.5744.51
HexC53E1E0455517b4a2d
Octal30576360105125271311255
Binary11000101111110111100100010110101011011110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E1E; }

 p { color: rgb(197,62,30); }

 H1.HeaderClassName
 {
   color: #C53E1E;
 }
 .AnyTagClassName
 {
   color: #C53E1E;
 }
</style>
background-color css

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

 a { background-color: rgb(197,62,30); }

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

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

 span { border-color: rgb(197,62,30); }

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