#DE3D12

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

Shades of Harley Davidson Orange #DE3D12

Tints of Harley Davidson Orange #DE3D12

Color information

#DE3D12 (or 0xDE3D12) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 3D and 12. RGB value is (222,61,18). Sum of RGB (Red+Green+Blue) = 222+61+18=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3D12 is #21C2ED. Grayscale: #686868. Windows color (decimal): -2212590 or 1195486. OLE color: 1195486.

HSL color Cylindrical-coordinate representation of color #DE3D12: hue angle of 12.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE3D12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2226118-
CMYK00.730.920.13
HSL12.65º85%47.06%-
HSV(B)12.65º91.89%87.06%-
XYZ31.918.912.54-
YUV104.2479.34212-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.75%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=73.75%
G=20.27%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222611800.730.920.1312.658547.06
HexDE3D120495CDd552f
Octal33675220111134151512557
Binary1101111011110110010010010011011100110111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D12; }

 p { color: rgb(222,61,18); }

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

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

 a { background-color: rgb(222,61,18); }

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

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

 span { border-color: rgb(222,61,18); }

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