Html Css Color HEX #DB3D0E Harley Davidson Orange

📋 copy color: '#DB3D0E'

red 219 ◦ green 61 ◦ blue 14

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

Shades of Harley Davidson Orange #DB3D0E

Tints of Harley Davidson Orange #DB3D0E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

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

R = 74.49%
G = 20.75%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB3D0E (or 0xDB3D0E) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 0E. RGB value is (219,61,14). Sum of RGB (Red+Green+Blue) = 219+61+14=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D0E is #24C2F1. Grayscale: #676767. Windows color (decimal): -2409202 or 933339. OLE color: 933339.

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

Color convert

RGB 219 61 14 -
CMYK 0 0.72 0.94 0.14
HSL 13.76º 0.88% 0.46% -
HSV(B) 13.76º 0.94% 0.86% -
XYZ 30.96 18.43 2.34 -
YUV 102.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 219 61 14 0 0.72 0.94 0.14 13.76 0.88 0.46
Hex DB 3D E 0 48 5E E E 58 2E
Octal 333 75 16 0 110 136 16 16 130 56
Binary 11011011 111101 1110 0 1001000 1011110 1110 1110 1011000 101110

Color Harmonies of #DB3D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3D0E

Black with #DB3D0E

Text Example


Text Example

White with #DB3D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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