Html Css Color HEX #DB1A0F Harley Davidson Orange

📋 copy color: '#DB1A0F'

red 219 ◦ green 26 ◦ blue 15

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

Shades of Harley Davidson Orange #DB1A0F

Tints of Harley Davidson Orange #DB1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 84.23%
G = 10%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB1A0F (or 0xDB1A0F) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 0F. RGB value is (219,26,15). Sum of RGB (Red+Green+Blue) = 219+26+15=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A0F is #24E5F0. Grayscale: #525252. Windows color (decimal): -2418161 or 989915. OLE color: 989915.

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

Color convert

RGB 219 26 15 -
CMYK 0 0.88 0.93 0.14
HSL 3.24º 0.87% 0.46% -
HSV(B) 3.24º 0.93% 0.86% -
XYZ 29.67 15.83 1.94 -
YUV 82.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 219 26 15 0 0.88 0.93 0.14 3.24 0.87 0.46
Hex DB 1A F 0 58 5D E 3 57 2E
Octal 333 32 17 0 130 135 16 3 127 56
Binary 11011011 11010 1111 0 1011000 1011101 1110 11 1010111 101110

Color Harmonies of #DB1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A0F

Black with #DB1A0F

Text Example


Text Example

White with #DB1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A0F; }

 p { color: rgb(219,26,15); }

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

background-color css

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

 a { background-color: rgb(219,26,15); }

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

border-color css

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

 span { border-color: rgb(219,26,15); }

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