Html Css Color HEX #DF212B Alizarin

📋 copy color: '#DF212B'

red 223 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #DF212B

Tints of Alizarin #DF212B

RGB

 RED value IS 223 (87.5% from 255) = 74.58%

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 74.58%
G = 11.04%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF212B (or 0xDF212B) is known color: Alizarin. HEX triplet: DF, 21 and 2B. RGB value is (223,33,43). Sum of RGB (Red+Green+Blue) = 223+33+43=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF212B is #20DED4. Grayscale: #5B5B5B. Windows color (decimal): -2154197 or 2826719. OLE color: 2826719.

HSL color Cylindrical-coordinate representation of color #DF212B: hue angle of 356.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF212B is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 43 -
CMYK 0 0.85 0.81 0.13
HSL 356.84º 0.75% 0.5% -
HSV(B) 356.84º 0.85% 0.87% -
XYZ 31.41 16.95 3.9 -
YUV 90.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 223 33 43 0 0.85 0.81 0.13 356.84 0.75 0.5
Hex DF 21 2B 0 55 51 D 165 4B 32
Octal 337 41 53 0 125 121 15 545 113 62
Binary 11011111 100001 101011 0 1010101 1010001 1101 101100101 1001011 110010

Color Harmonies of #DF212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF212B

Black with #DF212B

Text Example


Text Example

White with #DF212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF212B; }

 p { color: rgb(223,33,43); }

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

background-color css

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

 a { background-color: rgb(223,33,43); }

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

border-color css

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

 span { border-color: rgb(223,33,43); }

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