Html Css Color HEX #DA1B10 Harley Davidson Orange

📋 copy color: '#DA1B10'

red 218 ◦ green 27 ◦ blue 16

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

Shades of Harley Davidson Orange #DA1B10

Tints of Harley Davidson Orange #DA1B10

RGB

 RED value IS 218 (85.55% from 255) = 83.52%

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 83.52%
G = 10.34%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA1B10 (or 0xDA1B10) is known color: Harley Davidson Orange. HEX triplet: DA, 1B and 10. RGB value is (218,27,16). Sum of RGB (Red+Green+Blue) = 218+27+16=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1B10 is #25E4EF. Grayscale: #535353. Windows color (decimal): -2483440 or 1055706. OLE color: 1055706.

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

Color convert

RGB 218 27 16 -
CMYK 0 0.88 0.93 0.15
HSL 3.27º 0.86% 0.46% -
HSV(B) 3.27º 0.93% 0.85% -
XYZ 29.4 15.73 1.98 -
YUV 82.86 90.28 224.39 -
System Red Green Blue C M Y K H S L
Decimal 218 27 16 0 0.88 0.93 0.15 3.27 0.86 0.46
Hex DA 1B 10 0 58 5D F 3 56 2E
Octal 332 33 20 0 130 135 17 3 126 56
Binary 11011010 11011 10000 0 1011000 1011101 1111 11 1010110 101110

Color Harmonies of #DA1B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B10

Black with #DA1B10

Text Example


Text Example

White with #DA1B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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