Html Css Color HEX #DA1810 Harley Davidson Orange

📋 copy color: '#DA1810'

red 218 ◦ green 24 ◦ blue 16

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

Shades of Harley Davidson Orange #DA1810

Tints of Harley Davidson Orange #DA1810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 84.5%
G = 9.3%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA1810 (or 0xDA1810) is known color: Harley Davidson Orange. HEX triplet: DA, 18 and 10. RGB value is (218,24,16). Sum of RGB (Red+Green+Blue) = 218+24+16=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1810 is #25E7EF. Grayscale: #515151. Windows color (decimal): -2484208 or 1054938. OLE color: 1054938.

HSL color Cylindrical-coordinate representation of color #DA1810: hue angle of 2.38º 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 #DA1810 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 16 -
CMYK 0 0.89 0.93 0.15
HSL 2.38º 0.86% 0.46% -
HSV(B) 2.38º 0.93% 0.85% -
XYZ 29.33 15.6 1.95 -
YUV 81.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 218 24 16 0 0.89 0.93 0.15 2.38 0.86 0.46
Hex DA 18 10 0 59 5D F 2 56 2E
Octal 332 30 20 0 131 135 17 2 126 56
Binary 11011010 11000 10000 0 1011001 1011101 1111 10 1010110 101110

Color Harmonies of #DA1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1810

Black with #DA1810

Text Example


Text Example

White with #DA1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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