Html Css Color HEX #DA212E Alizarin

📋 copy color: '#DA212E'

red 218 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #DA212E

Tints of Alizarin #DA212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 73.4%
G = 11.11%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA212E (or 0xDA212E) is known color: Alizarin. HEX triplet: DA, 21 and 2E. RGB value is (218,33,46). Sum of RGB (Red+Green+Blue) = 218+33+46=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212E is #25DED1. Grayscale: #595959. Windows color (decimal): -2481874 or 3023322. OLE color: 3023322.

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

Color convert

RGB 218 33 46 -
CMYK 0 0.85 0.79 0.15
HSL 355.78º 0.74% 0.49% -
HSV(B) 355.78º 0.85% 0.85% -
XYZ 29.95 16.19 4.13 -
YUV 89.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 218 33 46 0 0.85 0.79 0.15 355.78 0.74 0.49
Hex DA 21 2E 0 55 4F F 164 4A 31
Octal 332 41 56 0 125 117 17 544 112 61
Binary 11011010 100001 101110 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #DA212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA212E

Black with #DA212E

Text Example


Text Example

White with #DA212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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