Html Css Color HEX #DB3A0E Harley Davidson Orange

📋 copy color: '#DB3A0E'

red 219 ◦ green 58 ◦ blue 14

#DB3A0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DB3A0E

Tints of Harley Davidson Orange #DB3A0E

RGB

 RED value IS 219 (85.94% from 255) = 75.26%

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 75.26%
G = 19.93%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB3A0E (or 0xDB3A0E) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 0E. RGB value is (219,58,14). Sum of RGB (Red+Green+Blue) = 219+58+14=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A0E is #24C5F1. Grayscale: #656565. Windows color (decimal): -2409970 or 932571. OLE color: 932571.

HSL color Cylindrical-coordinate representation of color #DB3A0E: hue angle of 12.88º 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 #DB3A0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 14 -
CMYK 0 0.74 0.94 0.14
HSL 12.88º 0.88% 0.46% -
HSV(B) 12.88º 0.94% 0.86% -
XYZ 30.81 18.12 2.29 -
YUV 101.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 219 58 14 0 0.74 0.94 0.14 12.88 0.88 0.46
Hex DB 3A E 0 4A 5E E D 58 2E
Octal 333 72 16 0 112 136 16 15 130 56
Binary 11011011 111010 1110 0 1001010 1011110 1110 1101 1011000 101110

Color Harmonies of #DB3A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A0E

Black with #DB3A0E

Text Example


Text Example

White with #DB3A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A0E; }

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

 H1.HeaderClassName
 {
   color: #DB3A0E;
 }
 .AnyTagClassName
 {
   color: #DB3A0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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