Html Css Color HEX #DB2B15 Harley Davidson Orange

📋 copy color: '#DB2B15'

red 219 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #DB2B15

Tints of Harley Davidson Orange #DB2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.19%

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

R = 77.39%
G = 15.19%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB2B15 (or 0xDB2B15) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 15. RGB value is (219,43,21). Sum of RGB (Red+Green+Blue) = 219+43+21=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B15 is #24D4EA. Grayscale: #5D5D5D. Windows color (decimal): -2413803 or 1387483. OLE color: 1387483.

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

Color convert

RGB 219 43 21 -
CMYK 0 0.80 0.90 0.14
HSL 6.67º 0.83% 0.47% -
HSV(B) 6.67º 0.9% 0.86% -
XYZ 30.21 16.84 2.37 -
YUV 93.12 87.31 217.79 -
System Red Green Blue C M Y K H S L
Decimal 219 43 21 0 0.80 0.90 0.14 6.67 0.83 0.47
Hex DB 2B 15 0 50 5A E 7 52 2F
Octal 333 53 25 0 120 132 16 7 122 57
Binary 11011011 101011 10101 0 1010000 1011010 1110 111 1010010 101111

Color Harmonies of #DB2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B15

Black with #DB2B15

Text Example


Text Example

White with #DB2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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