#C53F1C

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

Shades of Harley Davidson Orange #C53F1C

Tints of Harley Davidson Orange #C53F1C

Color information

#C53F1C (or 0xC53F1C) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3F and 1C. RGB value is (197,63,28). Sum of RGB (Red+Green+Blue) = 197+63+28=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F1C is #3AC0E3. Grayscale: #636363. Windows color (decimal): -3850468 or 1851333. OLE color: 1851333.

HSL color Cylindrical-coordinate representation of color #C53F1C: hue angle of 12.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C53F1C is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1976328-
CMYK00.680.860.23
HSL12.43º75.11%44.12%-
HSV(B)12.43º85.79%77.25%-
XYZ25.0115.512.77-
YUV99.0887.89197.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.40%
GREEN value IS 63 (25% from 255) = 21.88%
BLUE value IS 28 (11.33% from 255) = 9.72%
R=68.40%
G=21.88%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197632800.680.860.2312.4375.1144.12
HexC53F1C0445617c4b2c
Octal30577340104126271411354
Binary11000101111111111000100010010101101011111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F1C; }

 p { color: rgb(197,63,28); }

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

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

 a { background-color: rgb(197,63,28); }

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

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

 span { border-color: rgb(197,63,28); }

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