Html Css Color HEX #DA2011 Harley Davidson Orange

📋 copy color: '#DA2011'

red 218 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #DA2011

Tints of Harley Davidson Orange #DA2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 81.65%
G = 11.99%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA2011 (or 0xDA2011) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 11. RGB value is (218,32,17). Sum of RGB (Red+Green+Blue) = 218+32+17=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2011 is #25DFEE. Grayscale: #565656. Windows color (decimal): -2482159 or 1122522. OLE color: 1122522.

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

Color convert

RGB 218 32 17 -
CMYK 0 0.85 0.92 0.15
HSL 4.48º 0.86% 0.46% -
HSV(B) 4.48º 0.92% 0.85% -
XYZ 29.53 15.98 2.06 -
YUV 85.9 89.12 222.22 -
System Red Green Blue C M Y K H S L
Decimal 218 32 17 0 0.85 0.92 0.15 4.48 0.86 0.46
Hex DA 20 11 0 55 5C F 4 56 2E
Octal 332 40 21 0 125 134 17 4 126 56
Binary 11011010 100000 10001 0 1010101 1011100 1111 100 1010110 101110

Color Harmonies of #DA2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2011

Black with #DA2011

Text Example


Text Example

White with #DA2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2011; }

 p { color: rgb(218,32,17); }

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

background-color css

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

 a { background-color: rgb(218,32,17); }

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

border-color css

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

 span { border-color: rgb(218,32,17); }

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