Html Css Color HEX #DA212F Alizarin

📋 copy color: '#DA212F'

red 218 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #DA212F

Tints of Alizarin #DA212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 73.15%
G = 11.07%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA212F (or 0xDA212F) is known color: Alizarin. HEX triplet: DA, 21 and 2F. RGB value is (218,33,47). Sum of RGB (Red+Green+Blue) = 218+33+47=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA212F is #25DED0. Grayscale: #5A5A5A. Windows color (decimal): -2481873 or 3088858. OLE color: 3088858.

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

Color convert

RGB 218 33 47 -
CMYK 0 0.85 0.78 0.15
HSL 355.46º 0.74% 0.49% -
HSV(B) 355.46º 0.85% 0.85% -
XYZ 29.97 16.2 4.24 -
YUV 89.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 218 33 47 0 0.85 0.78 0.15 355.46 0.74 0.49
Hex DA 21 2F 0 55 4E F 163 4A 31
Octal 332 41 57 0 125 116 17 543 112 61
Binary 11011010 100001 101111 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #DA212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA212F

Black with #DA212F

Text Example


Text Example

White with #DA212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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