Html Css Color HEX #DB4214 Harley Davidson Orange

📋 copy color: '#DB4214'

red 219 ◦ green 66 ◦ blue 20

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

Shades of Harley Davidson Orange #DB4214

Tints of Harley Davidson Orange #DB4214

RGB

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

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

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

R = 71.8%
G = 21.64%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4214 (or 0xDB4214) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 14. RGB value is (219,66,20). Sum of RGB (Red+Green+Blue) = 219+66+20=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4214 is #24BDEB. Grayscale: #6A6A6A. Windows color (decimal): -2407916 or 1327835. OLE color: 1327835.

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

Color convert

RGB 219 66 20 -
CMYK 0 0.70 0.91 0.14
HSL 13.87º 0.83% 0.47% -
HSV(B) 13.87º 0.91% 0.86% -
XYZ 31.29 19.01 2.68 -
YUV 106.5 79.19 208.24 -
System Red Green Blue C M Y K H S L
Decimal 219 66 20 0 0.70 0.91 0.14 13.87 0.83 0.47
Hex DB 42 14 0 46 5B E E 53 2F
Octal 333 102 24 0 106 133 16 16 123 57
Binary 11011011 1000010 10100 0 1000110 1011011 1110 1110 1010011 101111

Color Harmonies of #DB4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4214

Black with #DB4214

Text Example


Text Example

White with #DB4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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