Html Css Color HEX #DA2118 Harley Davidson Orange

📋 copy color: '#DA2118'

red 218 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #DA2118

Tints of Harley Davidson Orange #DA2118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 79.27%
G = 12%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA2118 (or 0xDA2118) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 18. RGB value is (218,33,24). Sum of RGB (Red+Green+Blue) = 218+33+24=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2118 is #25DEE7. Grayscale: #575757. Windows color (decimal): -2481896 or 1581530. OLE color: 1581530.

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

Color convert

RGB 218 33 24 -
CMYK 0 0.85 0.89 0.15
HSL 2.78º 0.8% 0.47% -
HSV(B) 2.78º 0.89% 0.85% -
XYZ 29.62 16.06 2.4 -
YUV 87.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 218 33 24 0 0.85 0.89 0.15 2.78 0.8 0.47
Hex DA 21 18 0 55 59 F 3 50 2F
Octal 332 41 30 0 125 131 17 3 120 57
Binary 11011010 100001 11000 0 1010101 1011001 1111 11 1010000 101111

Color Harmonies of #DA2118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2118

Black with #DA2118

Text Example


Text Example

White with #DA2118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2118; }

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

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

background-color css

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

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

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

border-color css

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

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

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