Html Css Color HEX #DB3A1F Harley Davidson Orange

📋 copy color: '#DB3A1F'

red 219 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #DB3A1F

Tints of Harley Davidson Orange #DB3A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 71.1%
G = 18.83%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB3A1F (or 0xDB3A1F) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 1F. RGB value is (219,58,31). Sum of RGB (Red+Green+Blue) = 219+58+31=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A1F is #24C5E0. Grayscale: #676767. Windows color (decimal): -2409953 or 2046683. OLE color: 2046683.

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

Color convert

RGB 219 58 31 -
CMYK 0 0.74 0.86 0.14
HSL 8.62º 0.75% 0.49% -
HSV(B) 8.62º 0.86% 0.86% -
XYZ 30.97 18.19 3.17 -
YUV 103.06 87.34 210.7 -
System Red Green Blue C M Y K H S L
Decimal 219 58 31 0 0.74 0.86 0.14 8.62 0.75 0.49
Hex DB 3A 1F 0 4A 56 E 9 4B 31
Octal 333 72 37 0 112 126 16 11 113 61
Binary 11011011 111010 11111 0 1001010 1010110 1110 1001 1001011 110001

Color Harmonies of #DB3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A1F

Black with #DB3A1F

Text Example


Text Example

White with #DB3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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