Html Css Color HEX #DB220C Harley Davidson Orange

📋 copy color: '#DB220C'

red 219 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #DB220C

Tints of Harley Davidson Orange #DB220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 82.64%
G = 12.83%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB220C (or 0xDB220C) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 0C. RGB value is (219,34,12). Sum of RGB (Red+Green+Blue) = 219+34+12=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB220C is #24DDF3. Grayscale: #575757. Windows color (decimal): -2416116 or 795355. OLE color: 795355.

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

Color convert

RGB 219 34 12 -
CMYK 0 0.84 0.95 0.14
HSL 6.38º 0.9% 0.45% -
HSV(B) 6.38º 0.95% 0.86% -
XYZ 29.85 16.23 1.91 -
YUV 86.81 85.79 222.29 -
System Red Green Blue C M Y K H S L
Decimal 219 34 12 0 0.84 0.95 0.14 6.38 0.9 0.45
Hex DB 22 C 0 54 5F E 6 5A 2D
Octal 333 42 14 0 124 137 16 6 132 55
Binary 11011011 100010 1100 0 1010100 1011111 1110 110 1011010 101101

Color Harmonies of #DB220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB220C

Black with #DB220C

Text Example


Text Example

White with #DB220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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