Html Css Color HEX #DB1A0B Harley Davidson Orange

📋 copy color: '#DB1A0B'

red 219 ◦ green 26 ◦ blue 11

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

Shades of Harley Davidson Orange #DB1A0B

Tints of Harley Davidson Orange #DB1A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 85.55%
G = 10.16%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB1A0B (or 0xDB1A0B) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 0B. RGB value is (219,26,11). Sum of RGB (Red+Green+Blue) = 219+26+11=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A0B is #24E5F4. Grayscale: #525252. Windows color (decimal): -2418165 or 727771. OLE color: 727771.

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

Color convert

RGB 219 26 11 -
CMYK 0 0.88 0.95 0.14
HSL 4.33º 0.9% 0.45% -
HSV(B) 4.33º 0.95% 0.86% -
XYZ 29.64 15.82 1.81 -
YUV 82 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 219 26 11 0 0.88 0.95 0.14 4.33 0.9 0.45
Hex DB 1A B 0 58 5F E 4 5A 2D
Octal 333 32 13 0 130 137 16 4 132 55
Binary 11011011 11010 1011 0 1011000 1011111 1110 100 1011010 101101

Color Harmonies of #DB1A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A0B

Black with #DB1A0B

Text Example


Text Example

White with #DB1A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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