#DA1B00

Color #DA1B00 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DA1B00

Tints of Harley Davidson Orange #DA1B00

Color information

#DA1B00 (or 0xDA1B00) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 1B and 00. RGB value is (218,27,0). Sum of RGB (Red+Green+Blue) = 218+27+0=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B00 is #25E4FF. Grayscale: #515151. Windows color (decimal): -2483456 or 7130. OLE color: 7130.

HSL color Cylindrical-coordinate representation of color #DA1B00: hue angle of 7.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1B00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB218270-
CMYK00.8810.15
HSL7.43º100%42.75%-
HSV(B)7.43º100%85.49%-
XYZ29.3115.691.48-
YUV81.0382.28225.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 88.98%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.98%
G=11.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21827000.8810.157.4310042.75
HexDA1B005864F7642b
Octal332330013014417714453
Binary1101101011011001011000110010011111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1B00; }

 p { color: rgb(218,27,0); }

 H1.HeaderClassName
 {
   color: #DA1B00;
 }
 .AnyTagClassName
 {
   color: #DA1B00;
 }
</style>
background-color css

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

 a { background-color: rgb(218,27,0); }

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

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

 span { border-color: rgb(218,27,0); }

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