Html Css Color HEX #DA1D11 Harley Davidson Orange

📋 copy color: '#DA1D11'

red 218 ◦ green 29 ◦ blue 17

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

Shades of Harley Davidson Orange #DA1D11

Tints of Harley Davidson Orange #DA1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.98%

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

R = 82.58%
G = 10.98%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1D11 (or 0xDA1D11) is known color: Harley Davidson Orange. HEX triplet: DA, 1D and 11. RGB value is (218,29,17). Sum of RGB (Red+Green+Blue) = 218+29+17=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1D11 is #25E2EE. Grayscale: #545454. Windows color (decimal): -2482927 or 1121754. OLE color: 1121754.

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

Color convert

RGB 218 29 17 -
CMYK 0 0.87 0.92 0.15
HSL 3.58º 0.86% 0.46% -
HSV(B) 3.58º 0.92% 0.85% -
XYZ 29.45 15.82 2.03 -
YUV 84.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 218 29 17 0 0.87 0.92 0.15 3.58 0.86 0.46
Hex DA 1D 11 0 57 5C F 4 56 2E
Octal 332 35 21 0 127 134 17 4 126 56
Binary 11011010 11101 10001 0 1010111 1011100 1111 100 1010110 101110

Color Harmonies of #DA1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1D11

Black with #DA1D11

Text Example


Text Example

White with #DA1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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