Html Css Color HEX #DB2214 Harley Davidson Orange

📋 copy color: '#DB2214'

red 219 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #DB2214

Tints of Harley Davidson Orange #DB2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.45%

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

R = 80.22%
G = 12.45%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB2214 (or 0xDB2214) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 14. RGB value is (219,34,20). Sum of RGB (Red+Green+Blue) = 219+34+20=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2214 is #24DDEB. Grayscale: #575757. Windows color (decimal): -2416108 or 1319643. OLE color: 1319643.

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

Color convert

RGB 219 34 20 -
CMYK 0 0.84 0.91 0.14
HSL 4.22º 0.83% 0.47% -
HSV(B) 4.22º 0.91% 0.86% -
XYZ 29.91 16.25 2.22 -
YUV 87.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 219 34 20 0 0.84 0.91 0.14 4.22 0.83 0.47
Hex DB 22 14 0 54 5B E 4 53 2F
Octal 333 42 24 0 124 133 16 4 123 57
Binary 11011011 100010 10100 0 1010100 1011011 1110 100 1010011 101111

Color Harmonies of #DB2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2214

Black with #DB2214

Text Example


Text Example

White with #DB2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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