Html Css Color HEX #DA1711 Harley Davidson Orange

📋 copy color: '#DA1711'

red 218 ◦ green 23 ◦ blue 17

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

Shades of Harley Davidson Orange #DA1711

Tints of Harley Davidson Orange #DA1711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

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

R = 84.5%
G = 8.91%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1711 (or 0xDA1711) is known color: Harley Davidson Orange. HEX triplet: DA, 17 and 11. RGB value is (218,23,17). Sum of RGB (Red+Green+Blue) = 218+23+17=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1711 is #25E8EE. Grayscale: #505050. Windows color (decimal): -2484463 or 1120218. OLE color: 1120218.

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

Color convert

RGB 218 23 17 -
CMYK 0 0.89 0.92 0.15
HSL 1.79º 0.86% 0.46% -
HSV(B) 1.79º 0.92% 0.85% -
XYZ 29.32 15.56 1.99 -
YUV 80.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 218 23 17 0 0.89 0.92 0.15 1.79 0.86 0.46
Hex DA 17 11 0 59 5C F 2 56 2E
Octal 332 27 21 0 131 134 17 2 126 56
Binary 11011010 10111 10001 0 1011001 1011100 1111 10 1010110 101110

Color Harmonies of #DA1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1711

Black with #DA1711

Text Example


Text Example

White with #DA1711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1711; }

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

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

background-color css

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

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

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

border-color css

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

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

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