#D5450A

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

Shades of Harley Davidson Orange #D5450A

Tints of Harley Davidson Orange #D5450A

Color information

#D5450A (or 0xD5450A) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 45 and 0A. RGB value is (213,69,10). Sum of RGB (Red+Green+Blue) = 213+69+10=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5450A is #2ABAF5. Grayscale: #696969. Windows color (decimal): -2800374 or 673237. OLE color: 673237.

HSL color Cylindrical-coordinate representation of color #D5450A: hue angle of 17.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5450A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2136910-
CMYK00.680.950.16
HSL17.44º91.03%43.73%-
HSV(B)17.44º95.31%83.53%-
XYZ29.6218.422.28-
YUV105.3374.21204.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 72.95%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 10 (4.30% from 255) = 3.42%
R=72.95%
G=23.63%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213691000.680.950.1617.4491.0343.73
HexD545A0445F10115b2c
Octal325105120104137202113354
Binary110101011000101101001000100101111110000100011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5450A; }

 p { color: rgb(213,69,10); }

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

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

 a { background-color: rgb(213,69,10); }

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

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

 span { border-color: rgb(213,69,10); }

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