Html Css Color HEX #DB2B08 Harley Davidson Orange

📋 copy color: '#DB2B08'

red 219 ◦ green 43 ◦ blue 8

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

Shades of Harley Davidson Orange #DB2B08

Tints of Harley Davidson Orange #DB2B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 81.11%
G = 15.93%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB2B08 (or 0xDB2B08) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 08. RGB value is (219,43,8). Sum of RGB (Red+Green+Blue) = 219+43+8=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B08 is #24D4F7. Grayscale: #5B5B5B. Windows color (decimal): -2413816 or 535515. OLE color: 535515.

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

Color convert

RGB 219 43 8 -
CMYK 0 0.80 0.96 0.14
HSL 9.95º 0.93% 0.45% -
HSV(B) 9.95º 0.96% 0.86% -
XYZ 30.12 16.81 1.89 -
YUV 91.63 80.81 218.85 -
System Red Green Blue C M Y K H S L
Decimal 219 43 8 0 0.80 0.96 0.14 9.95 0.93 0.45
Hex DB 2B 8 0 50 60 E A 5D 2D
Octal 333 53 10 0 120 140 16 12 135 55
Binary 11011011 101011 1000 0 1010000 1100000 1110 1010 1011101 101101

Color Harmonies of #DB2B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B08

Black with #DB2B08

Text Example


Text Example

White with #DB2B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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