Html Css Color HEX #DB3916 Harley Davidson Orange

📋 copy color: '#DB3916'

red 219 ◦ green 57 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3916

Tints of Harley Davidson Orange #DB3916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 73.49%
G = 19.13%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3916 (or 0xDB3916) is known color: Harley Davidson Orange. HEX triplet: DB, 39 and 16. RGB value is (219,57,22). Sum of RGB (Red+Green+Blue) = 219+57+22=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3916 is #24C6E9. Grayscale: #656565. Windows color (decimal): -2410218 or 1456603. OLE color: 1456603.

HSL color Cylindrical-coordinate representation of color #DB3916: hue angle of 10.66º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3916 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 22 -
CMYK 0 0.74 0.90 0.14
HSL 10.66º 0.82% 0.47% -
HSV(B) 10.66º 0.9% 0.86% -
XYZ 30.82 18.04 2.62 -
YUV 101.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 219 57 22 0 0.74 0.90 0.14 10.66 0.82 0.47
Hex DB 39 16 0 4A 5A E B 52 2F
Octal 333 71 26 0 112 132 16 13 122 57
Binary 11011011 111001 10110 0 1001010 1011010 1110 1011 1010010 101111

Color Harmonies of #DB3916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3916

Black with #DB3916

Text Example


Text Example

White with #DB3916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3916; }

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

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

background-color css

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

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

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

border-color css

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

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

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