Html Css Color HEX #DB371B Harley Davidson Orange

📋 copy color: '#DB371B'

red 219 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #DB371B

Tints of Harley Davidson Orange #DB371B

RGB

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

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

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

R = 72.76%
G = 18.27%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB371B (or 0xDB371B) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 1B. RGB value is (219,55,27). Sum of RGB (Red+Green+Blue) = 219+55+27=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB371B is #24C8E4. Grayscale: #656565. Windows color (decimal): -2410725 or 1783771. OLE color: 1783771.

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

Color convert

RGB 219 55 27 -
CMYK 0 0.75 0.88 0.14
HSL 8.75º 0.78% 0.48% -
HSV(B) 8.75º 0.88% 0.86% -
XYZ 30.78 17.87 2.86 -
YUV 100.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 219 55 27 0 0.75 0.88 0.14 8.75 0.78 0.48
Hex DB 37 1B 0 4B 58 E 9 4E 30
Octal 333 67 33 0 113 130 16 11 116 60
Binary 11011011 110111 11011 0 1001011 1011000 1110 1001 1001110 110000

Color Harmonies of #DB371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB371B

Black with #DB371B

Text Example


Text Example

White with #DB371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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