Html Css Color HEX #DB3F00 Harley Davidson Orange

📋 copy color: '#DB3F00'

red 219 ◦ green 63 ◦ blue 0

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

Shades of Harley Davidson Orange #DB3F00

Tints of Harley Davidson Orange #DB3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

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

R = 77.66%
G = 22.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB3F00 (or 0xDB3F00) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 00. RGB value is (219,63,0). Sum of RGB (Red+Green+Blue) = 219+63+0=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F00 is #24C0FF. Grayscale: #666666. Windows color (decimal): -2408704 or 16347. OLE color: 16347.

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

Color convert

RGB 219 63 0 -
CMYK 0 0.71 1 0.14
HSL 17.26º 1% 0.43% -
HSV(B) 17.26º 1% 0.86% -
XYZ 30.99 18.62 1.96 -
YUV 102.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 219 63 0 0 0.71 1 0.14 17.26 1 0.43
Hex DB 3F 0 0 47 64 E 11 64 2B
Octal 333 77 0 0 107 144 16 21 144 53
Binary 11011011 111111 0 0 1000111 1100100 1110 10001 1100100 101011

Color Harmonies of #DB3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F00

Black with #DB3F00

Text Example


Text Example

White with #DB3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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