Html Css Color HEX #DA2212 Harley Davidson Orange

📋 copy color: '#DA2212'

red 218 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #DA2212

Tints of Harley Davidson Orange #DA2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

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

R = 80.74%
G = 12.59%
B = 6.67%

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

#DA2212 (or 0xDA2212) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 12. RGB value is (218,34,18). Sum of RGB (Red+Green+Blue) = 218+34+18=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2212 is #25DDED. Grayscale: #575757. Windows color (decimal): -2481646 or 1188570. OLE color: 1188570.

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

Color convert

RGB 218 34 18 -
CMYK 0 0.84 0.92 0.15
HSL 4.8º 0.85% 0.46% -
HSV(B) 4.8º 0.92% 0.85% -
XYZ 29.59 16.09 2.12 -
YUV 87.19 88.96 221.3 -
System Red Green Blue C M Y K H S L
Decimal 218 34 18 0 0.84 0.92 0.15 4.8 0.85 0.46
Hex DA 22 12 0 54 5C F 5 55 2E
Octal 332 42 22 0 124 134 17 5 125 56
Binary 11011010 100010 10010 0 1010100 1011100 1111 101 1010101 101110

Color Harmonies of #DA2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2212

Black with #DA2212

Text Example


Text Example

White with #DA2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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