#C53B1A

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

Shades of Harley Davidson Orange #C53B1A

Tints of Harley Davidson Orange #C53B1A

Color information

#C53B1A (or 0xC53B1A) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 3B and 1A. RGB value is (197,59,26). Sum of RGB (Red+Green+Blue) = 197+59+26=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B1A is #3AC4E5. Grayscale: #606060. Windows color (decimal): -3851494 or 1719237. OLE color: 1719237.

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

Color convert

RGB1975926-
CMYK00.700.870.23
HSL11.58º76.68%43.73%-
HSV(B)11.58º86.8%77.25%-
XYZ24.7815.072.58-
YUV96.588.22199.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.86%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 26 (10.55% from 255) = 9.22%
R=69.86%
G=20.92%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197592600.700.870.2311.5876.6843.73
HexC53B1A0465717c4d2c
Octal30573320106127271411554
Binary11000101111011110100100011010101111011111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53B1A; }

 p { color: rgb(197,59,26); }

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

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

 a { background-color: rgb(197,59,26); }

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

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

 span { border-color: rgb(197,59,26); }

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