Html Css Color HEX #DB3E00 Harley Davidson Orange

📋 copy color: '#DB3E00'

red 219 ◦ green 62 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3E00

Tints of Harley Davidson Orange #DB3E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.94%
G = 22.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3E00 (or 0xDB3E00) is known color: Harley Davidson Orange. HEX triplet: DB, 3E and 00. RGB value is (219,62,0). Sum of RGB (Red+Green+Blue) = 219+62+0=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3E00 is #24C1FF. Grayscale: #666666. Windows color (decimal): -2408960 or 16091. OLE color: 16091.

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

Color convert

RGB 219 62 0 -
CMYK 0 0.72 1 0.14
HSL 16.99º 1% 0.43% -
HSV(B) 16.99º 1% 0.86% -
XYZ 30.94 18.51 1.94 -
YUV 101.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 219 62 0 0 0.72 1 0.14 16.99 1 0.43
Hex DB 3E 0 0 48 64 E 11 64 2B
Octal 333 76 0 0 110 144 16 21 144 53
Binary 11011011 111110 0 0 1001000 1100100 1110 10001 1100100 101011

Color Harmonies of #DB3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E00

Black with #DB3E00

Text Example


Text Example

White with #DB3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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