Html Css Color HEX #DB401D Harley Davidson Orange

📋 copy color: '#DB401D'

red 219 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #DB401D

Tints of Harley Davidson Orange #DB401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 70.19%
G = 20.51%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB401D (or 0xDB401D) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 1D. RGB value is (219,64,29). Sum of RGB (Red+Green+Blue) = 219+64+29=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB401D is #24BFE2. Grayscale: #6A6A6A. Windows color (decimal): -2408419 or 1917147. OLE color: 1917147.

HSL color Cylindrical-coordinate representation of color #DB401D: hue angle of 11.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB401D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 29 -
CMYK 0 0.71 0.87 0.14
HSL 11.05º 0.77% 0.49% -
HSV(B) 11.05º 0.87% 0.86% -
XYZ 31.27 18.82 3.15 -
YUV 106.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 219 64 29 0 0.71 0.87 0.14 11.05 0.77 0.49
Hex DB 40 1D 0 47 57 E B 4D 31
Octal 333 100 35 0 107 127 16 13 115 61
Binary 11011011 1000000 11101 0 1000111 1010111 1110 1011 1001101 110001

Color Harmonies of #DB401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB401D

Black with #DB401D

Text Example


Text Example

White with #DB401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB401D; }

 p { color: rgb(219,64,29); }

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

background-color css

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

 a { background-color: rgb(219,64,29); }

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

border-color css

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

 span { border-color: rgb(219,64,29); }

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