Html Css Color HEX #DB3215 Harley Davidson Orange

📋 copy color: '#DB3215'

red 219 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #DB3215

Tints of Harley Davidson Orange #DB3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

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

R = 75.52%
G = 17.24%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3215 (or 0xDB3215) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 15. RGB value is (219,50,21). Sum of RGB (Red+Green+Blue) = 219+50+21=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3215 is #24CDEA. Grayscale: #616161. Windows color (decimal): -2412011 or 1389275. OLE color: 1389275.

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

Color convert

RGB 219 50 21 -
CMYK 0 0.77 0.90 0.14
HSL 8.79º 0.83% 0.47% -
HSV(B) 8.79º 0.9% 0.86% -
XYZ 30.49 17.4 2.46 -
YUV 97.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 219 50 21 0 0.77 0.90 0.14 8.79 0.83 0.47
Hex DB 32 15 0 4D 5A E 9 52 2F
Octal 333 62 25 0 115 132 16 11 122 57
Binary 11011011 110010 10101 0 1001101 1011010 1110 1001 1010010 101111

Color Harmonies of #DB3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3215

Black with #DB3215

Text Example


Text Example

White with #DB3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3215; }

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

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

background-color css

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

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

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

border-color css

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

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

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