Html Css Color HEX #DB3801 Harley Davidson Orange

📋 copy color: '#DB3801'

red 219 ◦ green 56 ◦ blue 1

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

Shades of Harley Davidson Orange #DB3801

Tints of Harley Davidson Orange #DB3801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 79.35%
G = 20.29%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB3801 (or 0xDB3801) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 01. RGB value is (219,56,1). Sum of RGB (Red+Green+Blue) = 219+56+1=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3801 is #24C7FE. Grayscale: #626262. Windows color (decimal): -2410495 or 80091. OLE color: 80091.

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

Color convert

RGB 219 56 1 -
CMYK 0 0.74 1.00 0.14
HSL 15.14º 0.99% 0.43% -
HSV(B) 15.14º 1% 0.86% -
XYZ 30.63 17.89 1.87 -
YUV 98.47 73 213.97 -
System Red Green Blue C M Y K H S L
Decimal 219 56 1 0 0.74 1.00 0.14 15.14 0.99 0.43
Hex DB 38 1 0 4A 64 E F 63 2B
Octal 333 70 1 0 112 144 16 17 143 53
Binary 11011011 111000 1 0 1001010 1100100 1110 1111 1100011 101011

Color Harmonies of #DB3801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3801

Black with #DB3801

Text Example


Text Example

White with #DB3801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3801; }

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

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

background-color css

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

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

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

border-color css

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

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

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