Html Css Color HEX #DB2915 Harley Davidson Orange

📋 copy color: '#DB2915'

red 219 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #DB2915

Tints of Harley Davidson Orange #DB2915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 77.94%
G = 14.59%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB2915 (or 0xDB2915) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 15. RGB value is (219,41,21). Sum of RGB (Red+Green+Blue) = 219+41+21=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2915 is #24D6EA. Grayscale: #5C5C5C. Windows color (decimal): -2414315 or 1386971. OLE color: 1386971.

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

Color convert

RGB 219 41 21 -
CMYK 0 0.81 0.90 0.14
HSL 6.06º 0.83% 0.47% -
HSV(B) 6.06º 0.9% 0.86% -
XYZ 30.14 16.7 2.34 -
YUV 91.94 87.97 218.63 -
System Red Green Blue C M Y K H S L
Decimal 219 41 21 0 0.81 0.90 0.14 6.06 0.83 0.47
Hex DB 29 15 0 51 5A E 6 52 2F
Octal 333 51 25 0 121 132 16 6 122 57
Binary 11011011 101001 10101 0 1010001 1011010 1110 110 1010010 101111

Color Harmonies of #DB2915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2915

Black with #DB2915

Text Example


Text Example

White with #DB2915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2915; }

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

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

background-color css

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

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

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

border-color css

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

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

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