Html Css Color HEX #DB371C Harley Davidson Orange

📋 copy color: '#DB371C'

red 219 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #DB371C

Tints of Harley Davidson Orange #DB371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

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

R = 72.52%
G = 18.21%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB371C (or 0xDB371C) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 1C. RGB value is (219,55,28). Sum of RGB (Red+Green+Blue) = 219+55+28=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB371C is #24C8E3. Grayscale: #656565. Windows color (decimal): -2410724 or 1849307. OLE color: 1849307.

HSL color Cylindrical-coordinate representation of color #DB371C: hue angle of 8.48º 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 #DB371C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 28 -
CMYK 0 0.75 0.87 0.14
HSL 8.48º 0.77% 0.48% -
HSV(B) 8.48º 0.87% 0.86% -
XYZ 30.79 17.88 2.93 -
YUV 100.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 219 55 28 0 0.75 0.87 0.14 8.48 0.77 0.48
Hex DB 37 1C 0 4B 57 E 8 4D 30
Octal 333 67 34 0 113 127 16 10 115 60
Binary 11011011 110111 11100 0 1001011 1010111 1110 1000 1001101 110000

Color Harmonies of #DB371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB371C

Black with #DB371C

Text Example


Text Example

White with #DB371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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