Html Css Color HEX #DB4414 Harley Davidson Orange

📋 copy color: '#DB4414'

red 219 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #DB4414

Tints of Harley Davidson Orange #DB4414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 71.34%
G = 22.15%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4414 (or 0xDB4414) is known color: Harley Davidson Orange. HEX triplet: DB, 44 and 14. RGB value is (219,68,20). Sum of RGB (Red+Green+Blue) = 219+68+20=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4414 is #24BBEB. Grayscale: #6C6C6C. Windows color (decimal): -2407404 or 1328347. OLE color: 1328347.

HSL color Cylindrical-coordinate representation of color #DB4414: hue angle of 14.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4414 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 68 20 -
CMYK 0 0.69 0.91 0.14
HSL 14.47º 0.83% 0.47% -
HSV(B) 14.47º 0.91% 0.86% -
XYZ 31.41 19.24 2.72 -
YUV 107.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 219 68 20 0 0.69 0.91 0.14 14.47 0.83 0.47
Hex DB 44 14 0 45 5B E E 53 2F
Octal 333 104 24 0 105 133 16 16 123 57
Binary 11011011 1000100 10100 0 1000101 1011011 1110 1110 1010011 101111

Color Harmonies of #DB4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4414

Black with #DB4414

Text Example


Text Example

White with #DB4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4414; }

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

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

background-color css

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

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

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

border-color css

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

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

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