Html Css Color HEX #DB3B00 Harley Davidson Orange

📋 copy color: '#DB3B00'

red 219 ◦ green 59 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3B00

Tints of Harley Davidson Orange #DB3B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.22%

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

R = 78.78%
G = 21.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3B00 (or 0xDB3B00) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 00. RGB value is (219,59,0). Sum of RGB (Red+Green+Blue) = 219+59+0=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B00 is #24C4FF. Grayscale: #646464. Windows color (decimal): -2409728 or 15323. OLE color: 15323.

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

Color convert

RGB 219 59 0 -
CMYK 0 0.73 1 0.14
HSL 16.16º 1% 0.43% -
HSV(B) 16.16º 1% 0.86% -
XYZ 30.78 18.19 1.89 -
YUV 100.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 219 59 0 0 0.73 1 0.14 16.16 1 0.43
Hex DB 3B 0 0 49 64 E 10 64 2B
Octal 333 73 0 0 111 144 16 20 144 53
Binary 11011011 111011 0 0 1001001 1100100 1110 10000 1100100 101011

Color Harmonies of #DB3B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B00

Black with #DB3B00

Text Example


Text Example

White with #DB3B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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