#C53405

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

Shades of Harley Davidson Orange #C53405

Tints of Harley Davidson Orange #C53405

Color information

#C53405 (or 0xC53405) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 34 and 05. RGB value is (197,52,5). Sum of RGB (Red+Green+Blue) = 197+52+5=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53405 is #3ACBFA. Grayscale: #5A5A5A. Windows color (decimal): -3853307 or 341189. OLE color: 341189.

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

Color convert

RGB197525-
CMYK00.740.970.23
HSL14.69º95.05%39.61%-
HSV(B)14.69º97.46%77.25%-
XYZ24.2814.341.63-
YUV9080.04204.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 77.56%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=77.56%
G=20.47%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19752500.740.970.2314.6995.0539.61
HexC534504A6117f5f28
Octal3056450112141271713750
Binary110001011101001010100101011000011011111111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53405; }

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

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

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

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

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

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

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

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