#D5451F

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

Shades of Harley Davidson Orange #D5451F

Tints of Harley Davidson Orange #D5451F

Color information

#D5451F (or 0xD5451F) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 45 and 1F. RGB value is (213,69,31). Sum of RGB (Red+Green+Blue) = 213+69+31=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5451F is #2ABAE0. Grayscale: #6C6C6C. Windows color (decimal): -2800353 or 2049493. OLE color: 2049493.

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

Color convert

RGB2136931-
CMYK00.680.850.16
HSL12.53º74.59%47.84%-
HSV(B)12.53º85.45%83.53%-
XYZ29.8218.53.3-
YUV107.7284.71203.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.05%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=68.05%
G=22.04%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213693100.680.850.1612.5374.5947.84
HexD5451F0445510d4b30
Octal325105370104125201511360
Binary110101011000101111110100010010101011000011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5451F; }

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

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

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

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

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

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

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

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