Html Css Color HEX #DB3E1B Harley Davidson Orange

📋 copy color: '#DB3E1B'

red 219 ◦ green 62 ◦ blue 27

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

Shades of Harley Davidson Orange #DB3E1B

Tints of Harley Davidson Orange #DB3E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 71.1%
G = 20.13%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB3E1B (or 0xDB3E1B) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 1B. RGB value is (219,62,27). Sum of RGB (Red+Green+Blue) = 219+62+27=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E1B is #24C1E4. Grayscale: #696969. Windows color (decimal): -2408933 or 1785563. OLE color: 1785563.

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

Color convert

RGB 219 62 27 -
CMYK 0 0.72 0.88 0.14
HSL 10.94º 0.78% 0.48% -
HSV(B) 10.94º 0.88% 0.86% -
XYZ 31.13 18.58 2.98 -
YUV 104.95 84.01 209.35 -
System Red Green Blue C M Y K H S L
Decimal 219 62 27 0 0.72 0.88 0.14 10.94 0.78 0.48
Hex DB 3E 1B 0 48 58 E B 4E 30
Octal 333 76 33 0 110 130 16 13 116 60
Binary 11011011 111110 11011 0 1001000 1011000 1110 1011 1001110 110000

Color Harmonies of #DB3E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E1B

Black with #DB3E1B

Text Example


Text Example

White with #DB3E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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