Html Css Color HEX #DA2311 Harley Davidson Orange

📋 copy color: '#DA2311'

red 218 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #DA2311

Tints of Harley Davidson Orange #DA2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 80.74%
G = 12.96%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA2311 (or 0xDA2311) is known color: Harley Davidson Orange. HEX triplet: DA, 23 and 11. RGB value is (218,35,17). Sum of RGB (Red+Green+Blue) = 218+35+17=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2311 is #25DCEE. Grayscale: #575757. Windows color (decimal): -2481391 or 1123290. OLE color: 1123290.

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

Color convert

RGB 218 35 17 -
CMYK 0 0.84 0.92 0.15
HSL 5.37º 0.86% 0.46% -
HSV(B) 5.37º 0.92% 0.85% -
XYZ 29.62 16.15 2.09 -
YUV 87.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 218 35 17 0 0.84 0.92 0.15 5.37 0.86 0.46
Hex DA 23 11 0 54 5C F 5 56 2E
Octal 332 43 21 0 124 134 17 5 126 56
Binary 11011010 100011 10001 0 1010100 1011100 1111 101 1010110 101110

Color Harmonies of #DA2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2311

Black with #DA2311

Text Example


Text Example

White with #DA2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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