#C53A24

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

Shades of Harley Davidson Orange #C53A24

Tints of Harley Davidson Orange #C53A24

Color information

#C53A24 (or 0xC53A24) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3A and 24. RGB value is (197,58,36). Sum of RGB (Red+Green+Blue) = 197+58+36=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A24 is #3AC5DB. Grayscale: #616161. Windows color (decimal): -3851740 or 2374341. OLE color: 2374341.

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

Color convert

RGB1975836-
CMYK00.710.820.23
HSL8.2º69.1%45.69%-
HSV(B)8.2º81.73%77.25%-
XYZ24.8615.023.26-
YUV97.0593.55199.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.70%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=67.70%
G=19.93%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197583600.710.820.238.269.145.69
HexC53A2404752178452e
Octal30572440107122271010556
Binary110001011110101001000100011110100101011110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A24; }

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

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

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

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

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

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

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

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