Html Css Color HEX #DB3E14 Harley Davidson Orange

📋 copy color: '#DB3E14'

red 219 ◦ green 62 ◦ blue 20

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

Shades of Harley Davidson Orange #DB3E14

Tints of Harley Davidson Orange #DB3E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 72.76%
G = 20.6%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB3E14 (or 0xDB3E14) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 14. RGB value is (219,62,20). Sum of RGB (Red+Green+Blue) = 219+62+20=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E14 is #24C1EB. Grayscale: #686868. Windows color (decimal): -2408940 or 1326811. OLE color: 1326811.

HSL color Cylindrical-coordinate representation of color #DB3E14: hue angle of 12.66º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB3E14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 62 20 -
CMYK 0 0.72 0.91 0.14
HSL 12.66º 0.83% 0.47% -
HSV(B) 12.66º 0.91% 0.86% -
XYZ 31.06 18.56 2.61 -
YUV 104.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 219 62 20 0 0.72 0.91 0.14 12.66 0.83 0.47
Hex DB 3E 14 0 48 5B E D 53 2F
Octal 333 76 24 0 110 133 16 15 123 57
Binary 11011011 111110 10100 0 1001000 1011011 1110 1101 1010011 101111

Color Harmonies of #DB3E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E14

Black with #DB3E14

Text Example


Text Example

White with #DB3E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E14; }

 p { color: rgb(219,62,20); }

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

background-color css

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

 a { background-color: rgb(219,62,20); }

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

border-color css

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

 span { border-color: rgb(219,62,20); }

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