Html Css Color HEX #DB3A1B Harley Davidson Orange

📋 copy color: '#DB3A1B'

red 219 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #DB3A1B

Tints of Harley Davidson Orange #DB3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 72.04%
G = 19.08%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB3A1B (or 0xDB3A1B) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 1B. RGB value is (219,58,27). Sum of RGB (Red+Green+Blue) = 219+58+27=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A1B is #24C5E4. Grayscale: #666666. Windows color (decimal): -2409957 or 1784539. OLE color: 1784539.

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

Color convert

RGB 219 58 27 -
CMYK 0 0.74 0.88 0.14
HSL 9.69º 0.78% 0.48% -
HSV(B) 9.69º 0.88% 0.86% -
XYZ 30.92 18.17 2.91 -
YUV 102.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 219 58 27 0 0.74 0.88 0.14 9.69 0.78 0.48
Hex DB 3A 1B 0 4A 58 E A 4E 30
Octal 333 72 33 0 112 130 16 12 116 60
Binary 11011011 111010 11011 0 1001010 1011000 1110 1010 1001110 110000

Color Harmonies of #DB3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A1B

Black with #DB3A1B

Text Example


Text Example

White with #DB3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A1B; }

 p { color: rgb(219,58,27); }

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

background-color css

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

 a { background-color: rgb(219,58,27); }

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

border-color css

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

 span { border-color: rgb(219,58,27); }

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