Html Css Color HEX #DB1612 Harley Davidson Orange

📋 copy color: '#DB1612'

red 219 ◦ green 22 ◦ blue 18

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

Shades of Harley Davidson Orange #DB1612

Tints of Harley Davidson Orange #DB1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

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

R = 84.56%
G = 8.49%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1612 (or 0xDB1612) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 12. RGB value is (219,22,18). Sum of RGB (Red+Green+Blue) = 219+22+18=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1612 is #24E9ED. Grayscale: #505050. Windows color (decimal): -2419182 or 1185499. OLE color: 1185499.

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

Color convert

RGB 219 22 18 -
CMYK 0 0.90 0.92 0.14
HSL 1.19º 0.85% 0.46% -
HSV(B) 1.19º 0.92% 0.86% -
XYZ 29.61 15.68 2.04 -
YUV 80.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 219 22 18 0 0.90 0.92 0.14 1.19 0.85 0.46
Hex DB 16 12 0 5A 5C E 1 55 2E
Octal 333 26 22 0 132 134 16 1 125 56
Binary 11011011 10110 10010 0 1011010 1011100 1110 1 1010101 101110

Color Harmonies of #DB1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1612

Black with #DB1612

Text Example


Text Example

White with #DB1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1612; }

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

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

background-color css

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

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

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

border-color css

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

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

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