Html Css Color HEX #DB3902 Harley Davidson Orange

📋 copy color: '#DB3902'

red 219 ◦ green 57 ◦ blue 2

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

Shades of Harley Davidson Orange #DB3902

Tints of Harley Davidson Orange #DB3902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 78.78%
G = 20.5%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB3902 (or 0xDB3902) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 02. RGB value is (219,57,2). Sum of RGB (Red+Green+Blue) = 219+57+2=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3902 is #24C6FD. Grayscale: #636363. Windows color (decimal): -2410238 or 145883. OLE color: 145883.

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

Color convert

RGB 219 57 2 -
CMYK 0 0.74 0.99 0.14
HSL 15.21º 0.98% 0.43% -
HSV(B) 15.21º 0.99% 0.86% -
XYZ 30.69 17.99 1.91 -
YUV 99.17 73.17 213.47 -
System Red Green Blue C M Y K H S L
Decimal 219 57 2 0 0.74 0.99 0.14 15.21 0.98 0.43
Hex DB 39 2 0 4A 63 E F 62 2B
Octal 333 71 2 0 112 143 16 17 142 53
Binary 11011011 111001 10 0 1001010 1100011 1110 1111 1100010 101011

Color Harmonies of #DB3902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3902

Black with #DB3902

Text Example


Text Example

White with #DB3902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3902; }

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

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

background-color css

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

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

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

border-color css

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

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

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