#DB230E

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

Shades of Harley Davidson Orange #DB230E

Tints of Harley Davidson Orange #DB230E

Color information

#DB230E (or 0xDB230E) is unknown color: approx Harley Davidson Orange. HEX triplet: DB, 23 and 0E. RGB value is (219,35,14). Sum of RGB (Red+Green+Blue) = 219+35+14=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB230E is #24DCF1. Grayscale: #575757. Windows color (decimal): -2415858 or 926683. OLE color: 926683.

HSL color Cylindrical-coordinate representation of color #DB230E: hue angle of 6.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB230E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB2193514-
CMYK00.840.940.14
HSL6.15º87.98%45.69%-
HSV(B)6.15º93.61%85.88%-
XYZ29.8916.291.98-
YUV87.6286.46221.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 81.72%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=81.72%
G=13.06%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219351400.840.940.146.1587.9845.69
HexDB23E0545EE6582e
Octal3334316012413616613056
Binary11011011100011111001010100101111011101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB230E; }

 p { color: rgb(219,35,14); }

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

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

 a { background-color: rgb(219,35,14); }

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

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

 span { border-color: rgb(219,35,14); }

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