Html Css Color HEX #DB3712 Harley Davidson Orange

📋 copy color: '#DB3712'

red 219 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #DB3712

Tints of Harley Davidson Orange #DB3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

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

R = 75%
G = 18.84%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB3712 (or 0xDB3712) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 12. RGB value is (219,55,18). Sum of RGB (Red+Green+Blue) = 219+55+18=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3712 is #24C8ED. Grayscale: #646464. Windows color (decimal): -2410734 or 1193947. OLE color: 1193947.

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

Color convert

RGB 219 55 18 -
CMYK 0 0.75 0.92 0.14
HSL 11.04º 0.85% 0.46% -
HSV(B) 11.04º 0.92% 0.86% -
XYZ 30.69 17.84 2.4 -
YUV 99.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 219 55 18 0 0.75 0.92 0.14 11.04 0.85 0.46
Hex DB 37 12 0 4B 5C E B 55 2E
Octal 333 67 22 0 113 134 16 13 125 56
Binary 11011011 110111 10010 0 1001011 1011100 1110 1011 1010101 101110

Color Harmonies of #DB3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3712

Black with #DB3712

Text Example


Text Example

White with #DB3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3712; }

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

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

background-color css

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

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

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

border-color css

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

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

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