Html Css Color HEX #DB1B06 Harley Davidson Orange

📋 copy color: '#DB1B06'

red 219 ◦ green 27 ◦ blue 6

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

Shades of Harley Davidson Orange #DB1B06

Tints of Harley Davidson Orange #DB1B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 86.9%
G = 10.71%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB1B06 (or 0xDB1B06) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 06. RGB value is (219,27,6). Sum of RGB (Red+Green+Blue) = 219+27+6=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1B06 is #24E4F9. Grayscale: #525252. Windows color (decimal): -2417914 or 400347. OLE color: 400347.

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

Color convert

RGB 219 27 6 -
CMYK 0 0.88 0.97 0.14
HSL 5.92º 0.95% 0.44% -
HSV(B) 5.92º 0.97% 0.86% -
XYZ 29.64 15.86 1.67 -
YUV 82.01 85.11 225.71 -
System Red Green Blue C M Y K H S L
Decimal 219 27 6 0 0.88 0.97 0.14 5.92 0.95 0.44
Hex DB 1B 6 0 58 61 E 6 5F 2C
Octal 333 33 6 0 130 141 16 6 137 54
Binary 11011011 11011 110 0 1011000 1100001 1110 110 1011111 101100

Color Harmonies of #DB1B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B06

Black with #DB1B06

Text Example


Text Example

White with #DB1B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B06; }

 p { color: rgb(219,27,6); }

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

background-color css

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

 a { background-color: rgb(219,27,6); }

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

border-color css

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

 span { border-color: rgb(219,27,6); }

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