#D43F0F

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

Shades of Harley Davidson Orange #D43F0F

Tints of Harley Davidson Orange #D43F0F

Color information

#D43F0F (or 0xD43F0F) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 3F and 0F. RGB value is (212,63,15). Sum of RGB (Red+Green+Blue) = 212+63+15=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43F0F is #2BC0F0. Grayscale: #666666. Windows color (decimal): -2867441 or 999380. OLE color: 999380.

HSL color Cylindrical-coordinate representation of color #D43F0F: hue angle of 14.62º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D43F0F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB2126315-
CMYK00.700.930.17
HSL14.62º86.78%44.51%-
HSV(B)14.62º92.92%83.14%-
XYZ29.0217.592.32-
YUV102.0878.86206.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 73.10%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=73.10%
G=21.72%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212631500.700.930.1714.6286.7844.51
HexD43FF0465D11f572d
Octal32477170106135211712755
Binary1101010011111111110100011010111011000111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F0F; }

 p { color: rgb(212,63,15); }

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

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

 a { background-color: rgb(212,63,15); }

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

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

 span { border-color: rgb(212,63,15); }

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