Html Css Color HEX #DF2230 Alizarin

📋 copy color: '#DF2230'

red 223 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #DF2230

Tints of Alizarin #DF2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 73.11%
G = 11.15%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2230 (or 0xDF2230) is known color: Alizarin. HEX triplet: DF, 22 and 30. RGB value is (223,34,48). Sum of RGB (Red+Green+Blue) = 223+34+48=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2230 is #20DDCF. Grayscale: #5C5C5C. Windows color (decimal): -2153936 or 3154655. OLE color: 3154655.

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

Color convert

RGB 223 34 48 -
CMYK 0 0.85 0.78 0.13
HSL 355.56º 0.75% 0.5% -
HSV(B) 355.56º 0.85% 0.87% -
XYZ 31.54 17.05 4.42 -
YUV 92.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 223 34 48 0 0.85 0.78 0.13 355.56 0.75 0.5
Hex DF 22 30 0 55 4E D 164 4B 32
Octal 337 42 60 0 125 116 15 544 113 62
Binary 11011111 100010 110000 0 1010101 1001110 1101 101100100 1001011 110010

Color Harmonies of #DF2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2230

Black with #DF2230

Text Example


Text Example

White with #DF2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2230; }

 p { color: rgb(223,34,48); }

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

background-color css

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

 a { background-color: rgb(223,34,48); }

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

border-color css

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

 span { border-color: rgb(223,34,48); }

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