Html Css Color HEX #DA2112 Harley Davidson Orange

📋 copy color: '#DA2112'

red 218 ◦ green 33 ◦ blue 18

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

Shades of Harley Davidson Orange #DA2112

Tints of Harley Davidson Orange #DA2112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 81.04%
G = 12.27%
B = 6.69%

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

#DA2112 (or 0xDA2112) is known color: Harley Davidson Orange. HEX triplet: DA, 21 and 12. RGB value is (218,33,18). Sum of RGB (Red+Green+Blue) = 218+33+18=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2112 is #25DEED. Grayscale: #565656. Windows color (decimal): -2481902 or 1188314. OLE color: 1188314.

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

Color convert

RGB 218 33 18 -
CMYK 0 0.85 0.92 0.15
HSL 4.5º 0.85% 0.46% -
HSV(B) 4.5º 0.92% 0.85% -
XYZ 29.57 16.04 2.11 -
YUV 86.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 218 33 18 0 0.85 0.92 0.15 4.5 0.85 0.46
Hex DA 21 12 0 55 5C F 4 55 2E
Octal 332 41 22 0 125 134 17 4 125 56
Binary 11011010 100001 10010 0 1010101 1011100 1111 100 1010101 101110

Color Harmonies of #DA2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2112

Black with #DA2112

Text Example


Text Example

White with #DA2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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