Html Css Color HEX #DB2B0B Harley Davidson Orange

📋 copy color: '#DB2B0B'

red 219 ◦ green 43 ◦ blue 11

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

Shades of Harley Davidson Orange #DB2B0B

Tints of Harley Davidson Orange #DB2B0B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

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

R = 80.22%
G = 15.75%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB2B0B (or 0xDB2B0B) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 0B. RGB value is (219,43,11). Sum of RGB (Red+Green+Blue) = 219+43+11=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B0B is #24D4F4. Grayscale: #5C5C5C. Windows color (decimal): -2413813 or 732123. OLE color: 732123.

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

Color convert

RGB 219 43 11 -
CMYK 0 0.80 0.95 0.14
HSL 9.23º 0.9% 0.45% -
HSV(B) 9.23º 0.95% 0.86% -
XYZ 30.14 16.81 1.97 -
YUV 91.98 82.31 218.6 -
System Red Green Blue C M Y K H S L
Decimal 219 43 11 0 0.80 0.95 0.14 9.23 0.9 0.45
Hex DB 2B B 0 50 5F E 9 5A 2D
Octal 333 53 13 0 120 137 16 11 132 55
Binary 11011011 101011 1011 0 1010000 1011111 1110 1001 1011010 101101

Color Harmonies of #DB2B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B0B

Black with #DB2B0B

Text Example


Text Example

White with #DB2B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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