Html Css Color HEX #DB4415 Harley Davidson Orange

📋 copy color: '#DB4415'

red 219 ◦ green 68 ◦ blue 21

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

Shades of Harley Davidson Orange #DB4415

Tints of Harley Davidson Orange #DB4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 71.1%
G = 22.08%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4415 (or 0xDB4415) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 15. RGB value is (219,68,21). Sum of RGB (Red+Green+Blue) = 219+68+21=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4415 is #24BBEA. Grayscale: #6C6C6C. Windows color (decimal): -2407403 or 1393883. OLE color: 1393883.

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

Color convert

RGB 219 68 21 -
CMYK 0 0.69 0.90 0.14
HSL 14.24º 0.83% 0.47% -
HSV(B) 14.24º 0.9% 0.86% -
XYZ 31.42 19.25 2.77 -
YUV 107.79 79.03 207.32 -
System Red Green Blue C M Y K H S L
Decimal 219 68 21 0 0.69 0.90 0.14 14.24 0.83 0.47
Hex DB 44 15 0 45 5A E E 52 2F
Octal 333 104 25 0 105 132 16 16 122 57
Binary 11011011 1000100 10101 0 1000101 1011010 1110 1110 1010010 101111

Color Harmonies of #DB4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4415

Black with #DB4415

Text Example


Text Example

White with #DB4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4415; }

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

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

background-color css

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

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

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

border-color css

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

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

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