Html Css Color HEX #DB3412 Harley Davidson Orange

📋 copy color: '#DB3412'

red 219 ◦ green 52 ◦ blue 18

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

Shades of Harley Davidson Orange #DB3412

Tints of Harley Davidson Orange #DB3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 75.78%
G = 17.99%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3412 (or 0xDB3412) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 12. RGB value is (219,52,18). Sum of RGB (Red+Green+Blue) = 219+52+18=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3412 is #24CBED. Grayscale: #626262. Windows color (decimal): -2411502 or 1193179. OLE color: 1193179.

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

Color convert

RGB 219 52 18 -
CMYK 0 0.76 0.92 0.14
HSL 10.15º 0.85% 0.46% -
HSV(B) 10.15º 0.92% 0.86% -
XYZ 30.55 17.56 2.35 -
YUV 98.06 82.83 214.26 -
System Red Green Blue C M Y K H S L
Decimal 219 52 18 0 0.76 0.92 0.14 10.15 0.85 0.46
Hex DB 34 12 0 4C 5C E A 55 2E
Octal 333 64 22 0 114 134 16 12 125 56
Binary 11011011 110100 10010 0 1001100 1011100 1110 1010 1010101 101110

Color Harmonies of #DB3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3412

Black with #DB3412

Text Example


Text Example

White with #DB3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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