Html Css Color HEX #DB2015 Harley Davidson Orange

📋 copy color: '#DB2015'

red 219 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #DB2015

Tints of Harley Davidson Orange #DB2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 80.51%
G = 11.76%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB2015 (or 0xDB2015) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 15. RGB value is (219,32,21). Sum of RGB (Red+Green+Blue) = 219+32+21=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2015 is #24DFEA. Grayscale: #565656. Windows color (decimal): -2416619 or 1384667. OLE color: 1384667.

HSL color Cylindrical-coordinate representation of color #DB2015: hue angle of 3.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB2015 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 21 -
CMYK 0 0.85 0.90 0.14
HSL 3.33º 0.83% 0.47% -
HSV(B) 3.33º 0.9% 0.86% -
XYZ 29.87 16.15 2.25 -
YUV 86.66 90.95 222.39 -
System Red Green Blue C M Y K H S L
Decimal 219 32 21 0 0.85 0.90 0.14 3.33 0.83 0.47
Hex DB 20 15 0 55 5A E 3 52 2F
Octal 333 40 25 0 125 132 16 3 122 57
Binary 11011011 100000 10101 0 1010101 1011010 1110 11 1010010 101111

Color Harmonies of #DB2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2015

Black with #DB2015

Text Example


Text Example

White with #DB2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2015; }

 p { color: rgb(219,32,21); }

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

background-color css

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

 a { background-color: rgb(219,32,21); }

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

border-color css

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

 span { border-color: rgb(219,32,21); }

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