Html Css Color HEX #DB3901 Harley Davidson Orange

📋 copy color: '#DB3901'

red 219 ◦ green 57 ◦ blue 1

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

Shades of Harley Davidson Orange #DB3901

Tints of Harley Davidson Orange #DB3901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 79.06%
G = 20.58%
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

#DB3901 (or 0xDB3901) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 01. RGB value is (219,57,1). Sum of RGB (Red+Green+Blue) = 219+57+1=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3901 is #24C6FE. Grayscale: #636363. Windows color (decimal): -2410239 or 80347. OLE color: 80347.

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

Color convert

RGB 219 57 1 -
CMYK 0 0.74 1.00 0.14
HSL 15.41º 0.99% 0.43% -
HSV(B) 15.41º 1% 0.86% -
XYZ 30.68 17.99 1.88 -
YUV 99.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 219 57 1 0 0.74 1.00 0.14 15.41 0.99 0.43
Hex DB 39 1 0 4A 64 E F 63 2B
Octal 333 71 1 0 112 144 16 17 143 53
Binary 11011011 111001 1 0 1001010 1100100 1110 1111 1100011 101011

Color Harmonies of #DB3901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3901

Black with #DB3901

Text Example


Text Example

White with #DB3901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3901; }

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

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

background-color css

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

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

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

border-color css

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

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

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