Html Css Color HEX #DB3808 Harley Davidson Orange

📋 copy color: '#DB3808'

red 219 ◦ green 56 ◦ blue 8

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

Shades of Harley Davidson Orange #DB3808

Tints of Harley Davidson Orange #DB3808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

 BLUE value IS 8 (3.52% from 255) = 2.83%

R = 77.39%
G = 19.79%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB3808 (or 0xDB3808) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 08. RGB value is (219,56,8). Sum of RGB (Red+Green+Blue) = 219+56+8=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3808 is #24C7F7. Grayscale: #636363. Windows color (decimal): -2410488 or 538843. OLE color: 538843.

HSL color Cylindrical-coordinate representation of color #DB3808: hue angle of 13.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB3808 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 56 8 -
CMYK 0 0.74 0.96 0.14
HSL 13.65º 0.93% 0.45% -
HSV(B) 13.65º 0.96% 0.86% -
XYZ 30.67 17.91 2.07 -
YUV 99.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 219 56 8 0 0.74 0.96 0.14 13.65 0.93 0.45
Hex DB 38 8 0 4A 60 E E 5D 2D
Octal 333 70 10 0 112 140 16 16 135 55
Binary 11011011 111000 1000 0 1001010 1100000 1110 1110 1011101 101101

Color Harmonies of #DB3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3808

Black with #DB3808

Text Example


Text Example

White with #DB3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3808; }

 p { color: rgb(219,56,8); }

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

background-color css

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

 a { background-color: rgb(219,56,8); }

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

border-color css

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

 span { border-color: rgb(219,56,8); }

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