Html Css Color HEX #DB1F1B Harley Davidson Orange

📋 copy color: '#DB1F1B'

red 219 ◦ green 31 ◦ blue 27

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

Shades of Harley Davidson Orange #DB1F1B

Tints of Harley Davidson Orange #DB1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

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

R = 79.06%
G = 11.19%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB1F1B (or 0xDB1F1B) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 1B. RGB value is (219,31,27). Sum of RGB (Red+Green+Blue) = 219+31+27=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F1B is #24E0E4. Grayscale: #565656. Windows color (decimal): -2416869 or 1777627. OLE color: 1777627.

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

Color convert

RGB 219 31 27 -
CMYK 0 0.86 0.88 0.14
HSL 1.25º 0.78% 0.48% -
HSV(B) 1.25º 0.88% 0.86% -
XYZ 29.9 16.12 2.57 -
YUV 86.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 219 31 27 0 0.86 0.88 0.14 1.25 0.78 0.48
Hex DB 1F 1B 0 56 58 E 1 4E 30
Octal 333 37 33 0 126 130 16 1 116 60
Binary 11011011 11111 11011 0 1010110 1011000 1110 1 1001110 110000

Color Harmonies of #DB1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F1B

Black with #DB1F1B

Text Example


Text Example

White with #DB1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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