Html Css Color HEX #DF233F Alizarin

📋 copy color: '#DF233F'

red 223 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #DF233F

Tints of Alizarin #DF233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 69.47%
G = 10.9%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF233F (or 0xDF233F) is known color: Alizarin. HEX triplet: DF, 23 and 3F. RGB value is (223,35,63). Sum of RGB (Red+Green+Blue) = 223+35+63=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF233F is #20DCC0. Grayscale: #5E5E5E. Windows color (decimal): -2153665 or 4137951. OLE color: 4137951.

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

Color convert

RGB 223 35 63 -
CMYK 0 0.84 0.72 0.13
HSL 351.06º 0.75% 0.51% -
HSV(B) 351.06º 0.84% 0.87% -
XYZ 31.93 17.25 6.35 -
YUV 94.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 223 35 63 0 0.84 0.72 0.13 351.06 0.75 0.51
Hex DF 23 3F 0 54 48 D 15F 4B 33
Octal 337 43 77 0 124 110 15 537 113 63
Binary 11011111 100011 111111 0 1010100 1001000 1101 101011111 1001011 110011

Color Harmonies of #DF233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF233F

Black with #DF233F

Text Example


Text Example

White with #DF233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF233F; }

 p { color: rgb(223,35,63); }

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

background-color css

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

 a { background-color: rgb(223,35,63); }

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

border-color css

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

 span { border-color: rgb(223,35,63); }

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