#D4330E

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

Shades of Harley Davidson Orange #D4330E

Tints of Harley Davidson Orange #D4330E

Color information

#D4330E (or 0xD4330E) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 33 and 0E. RGB value is (212,51,14). Sum of RGB (Red+Green+Blue) = 212+51+14=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4330E is #2BCCF1. Grayscale: #5F5F5F. Windows color (decimal): -2870514 or 930772. OLE color: 930772.

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

Color convert

RGB2125114-
CMYK00.760.930.17
HSL11.21º87.61%44.31%-
HSV(B)11.21º93.4%83.14%-
XYZ28.4116.42.08-
YUV94.9282.34211.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 76.53%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=76.53%
G=18.41%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212511400.760.930.1711.2187.6144.31
HexD433E04C5D11b582c
Octal32463160114135211313054
Binary1101010011001111100100110010111011000110111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4330E; }

 p { color: rgb(212,51,14); }

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

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

 a { background-color: rgb(212,51,14); }

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

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

 span { border-color: rgb(212,51,14); }

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