Html Css Color HEX #DF2D41 Alizarin

📋 copy color: '#DF2D41'

red 223 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #DF2D41

Tints of Alizarin #DF2D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 66.97%
G = 13.51%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2D41 (or 0xDF2D41) is known color: Alizarin. HEX triplet: DF, 2D and 41. RGB value is (223,45,65). Sum of RGB (Red+Green+Blue) = 223+45+65=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D41 is #20D2BE. Grayscale: #646464. Windows color (decimal): -2151103 or 4271583. OLE color: 4271583.

HSL color Cylindrical-coordinate representation of color #DF2D41: hue angle of 353.26º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 65 -
CMYK 0 0.80 0.71 0.13
HSL 353.26º 0.74% 0.53% -
HSV(B) 353.26º 0.8% 0.87% -
XYZ 32.32 17.95 6.76 -
YUV 100.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 223 45 65 0 0.80 0.71 0.13 353.26 0.74 0.53
Hex DF 2D 41 0 50 47 D 161 4A 35
Octal 337 55 101 0 120 107 15 541 112 65
Binary 11011111 101101 1000001 0 1010000 1000111 1101 101100001 1001010 110101

Color Harmonies of #DF2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D41

Black with #DF2D41

Text Example


Text Example

White with #DF2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D41; }

 p { color: rgb(223,45,65); }

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

background-color css

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

 a { background-color: rgb(223,45,65); }

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

border-color css

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

 span { border-color: rgb(223,45,65); }

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