Html Css Color HEX #DB3B1C Harley Davidson Orange

📋 copy color: '#DB3B1C'

red 219 ◦ green 59 ◦ blue 28

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

Shades of Harley Davidson Orange #DB3B1C

Tints of Harley Davidson Orange #DB3B1C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 71.57%
G = 19.28%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB3B1C (or 0xDB3B1C) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 1C. RGB value is (219,59,28). Sum of RGB (Red+Green+Blue) = 219+59+28=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B1C is #24C4E3. Grayscale: #676767. Windows color (decimal): -2409700 or 1850331. OLE color: 1850331.

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

Color convert

RGB 219 59 28 -
CMYK 0 0.73 0.87 0.14
HSL 9.74º 0.77% 0.48% -
HSV(B) 9.74º 0.87% 0.86% -
XYZ 30.99 18.27 2.99 -
YUV 103.31 85.51 210.52 -
System Red Green Blue C M Y K H S L
Decimal 219 59 28 0 0.73 0.87 0.14 9.74 0.77 0.48
Hex DB 3B 1C 0 49 57 E A 4D 30
Octal 333 73 34 0 111 127 16 12 115 60
Binary 11011011 111011 11100 0 1001001 1010111 1110 1010 1001101 110000

Color Harmonies of #DB3B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B1C

Black with #DB3B1C

Text Example


Text Example

White with #DB3B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B1C; }

 p { color: rgb(219,59,28); }

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

background-color css

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

 a { background-color: rgb(219,59,28); }

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

border-color css

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

 span { border-color: rgb(219,59,28); }

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