Html Css Color HEX #DB2415 Harley Davidson Orange

📋 copy color: '#DB2415'

red 219 ◦ green 36 ◦ blue 21

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

Shades of Harley Davidson Orange #DB2415

Tints of Harley Davidson Orange #DB2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 79.35%
G = 13.04%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB2415 (or 0xDB2415) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 15. RGB value is (219,36,21). Sum of RGB (Red+Green+Blue) = 219+36+21=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2415 is #24DBEA. Grayscale: #595959. Windows color (decimal): -2415595 or 1385691. OLE color: 1385691.

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

Color convert

RGB 219 36 21 -
CMYK 0 0.84 0.90 0.14
HSL 4.55º 0.83% 0.47% -
HSV(B) 4.55º 0.9% 0.86% -
XYZ 29.98 16.38 2.29 -
YUV 89.01 89.63 220.72 -
System Red Green Blue C M Y K H S L
Decimal 219 36 21 0 0.84 0.90 0.14 4.55 0.83 0.47
Hex DB 24 15 0 54 5A E 5 52 2F
Octal 333 44 25 0 124 132 16 5 122 57
Binary 11011011 100100 10101 0 1010100 1011010 1110 101 1010010 101111

Color Harmonies of #DB2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2415

Black with #DB2415

Text Example


Text Example

White with #DB2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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