Html Css Color HEX #DB2212 Harley Davidson Orange

📋 copy color: '#DB2212'

red 219 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #DB2212

Tints of Harley Davidson Orange #DB2212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 80.81%
G = 12.55%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB2212 (or 0xDB2212) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 12. RGB value is (219,34,18). Sum of RGB (Red+Green+Blue) = 219+34+18=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2212 is #24DDED. Grayscale: #575757. Windows color (decimal): -2416110 or 1188571. OLE color: 1188571.

HSL color Cylindrical-coordinate representation of color #DB2212: hue angle of 4.78º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB2212 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 18 -
CMYK 0 0.84 0.92 0.14
HSL 4.78º 0.85% 0.46% -
HSV(B) 4.78º 0.92% 0.86% -
XYZ 29.89 16.25 2.13 -
YUV 87.49 88.79 221.8 -
System Red Green Blue C M Y K H S L
Decimal 219 34 18 0 0.84 0.92 0.14 4.78 0.85 0.46
Hex DB 22 12 0 54 5C E 5 55 2E
Octal 333 42 22 0 124 134 16 5 125 56
Binary 11011011 100010 10010 0 1010100 1011100 1110 101 1010101 101110

Color Harmonies of #DB2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2212

Black with #DB2212

Text Example


Text Example

White with #DB2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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