Html Css Color HEX #DF2936 Alizarin

📋 copy color: '#DF2936'

red 223 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #DF2936

Tints of Alizarin #DF2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 70.13%
G = 12.89%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2936 (or 0xDF2936) is known color: Alizarin. HEX triplet: DF, 29 and 36. RGB value is (223,41,54). Sum of RGB (Red+Green+Blue) = 223+41+54=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2936 is #20D6C9. Grayscale: #616161. Windows color (decimal): -2152138 or 3549663. OLE color: 3549663.

HSL color Cylindrical-coordinate representation of color #DF2936: hue angle of 355.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2936 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 54 -
CMYK 0 0.82 0.76 0.13
HSL 355.71º 0.74% 0.52% -
HSV(B) 355.71º 0.82% 0.87% -
XYZ 31.89 17.54 5.19 -
YUV 96.9 103.8 217.94 -
System Red Green Blue C M Y K H S L
Decimal 223 41 54 0 0.82 0.76 0.13 355.71 0.74 0.52
Hex DF 29 36 0 52 4C D 164 4A 34
Octal 337 51 66 0 122 114 15 544 112 64
Binary 11011111 101001 110110 0 1010010 1001100 1101 101100100 1001010 110100

Color Harmonies of #DF2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2936

Black with #DF2936

Text Example


Text Example

White with #DF2936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2936; }

 p { color: rgb(223,41,54); }

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

background-color css

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

 a { background-color: rgb(223,41,54); }

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

border-color css

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

 span { border-color: rgb(223,41,54); }

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