Html Css Color HEX #DB4215 Harley Davidson Orange

📋 copy color: '#DB4215'

red 219 ◦ green 66 ◦ blue 21

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

Shades of Harley Davidson Orange #DB4215

Tints of Harley Davidson Orange #DB4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 71.57%
G = 21.57%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4215 (or 0xDB4215) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 15. RGB value is (219,66,21). Sum of RGB (Red+Green+Blue) = 219+66+21=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4215 is #24BDEA. Grayscale: #6A6A6A. Windows color (decimal): -2407915 or 1393371. OLE color: 1393371.

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

Color convert

RGB 219 66 21 -
CMYK 0 0.70 0.90 0.14
HSL 13.64º 0.83% 0.47% -
HSV(B) 13.64º 0.9% 0.86% -
XYZ 31.3 19.01 2.73 -
YUV 106.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 219 66 21 0 0.70 0.90 0.14 13.64 0.83 0.47
Hex DB 42 15 0 46 5A E E 52 2F
Octal 333 102 25 0 106 132 16 16 122 57
Binary 11011011 1000010 10101 0 1000110 1011010 1110 1110 1010010 101111

Color Harmonies of #DB4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4215

Black with #DB4215

Text Example


Text Example

White with #DB4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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