Html Css Color HEX #DF2938 Alizarin

📋 copy color: '#DF2938'

red 223 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #DF2938

Tints of Alizarin #DF2938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 69.69%
G = 12.81%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF2938 (or 0xDF2938) is known color: Alizarin. HEX triplet: DF, 29 and 38. RGB value is (223,41,56). Sum of RGB (Red+Green+Blue) = 223+41+56=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2938 is #20D6C7. Grayscale: #616161. Windows color (decimal): -2152136 or 3680735. OLE color: 3680735.

HSL color Cylindrical-coordinate representation of color #DF2938: hue angle of 355.05º 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 #DF2938 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 41 56 -
CMYK 0 0.82 0.75 0.13
HSL 355.05º 0.74% 0.52% -
HSV(B) 355.05º 0.82% 0.87% -
XYZ 31.94 17.56 5.45 -
YUV 97.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 223 41 56 0 0.82 0.75 0.13 355.05 0.74 0.52
Hex DF 29 38 0 52 4B D 163 4A 34
Octal 337 51 70 0 122 113 15 543 112 64
Binary 11011111 101001 111000 0 1010010 1001011 1101 101100011 1001010 110100

Color Harmonies of #DF2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2938

Black with #DF2938

Text Example


Text Example

White with #DF2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2938; }

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

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

background-color css

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

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

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

border-color css

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

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

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