Html Css Color HEX #DF233B Alizarin

📋 copy color: '#DF233B'

red 223 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #DF233B

Tints of Alizarin #DF233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 70.35%
G = 11.04%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF233B (or 0xDF233B) is known color: Alizarin. HEX triplet: DF, 23 and 3B. RGB value is (223,35,59). Sum of RGB (Red+Green+Blue) = 223+35+59=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF233B is #20DCC4. Grayscale: #5E5E5E. Windows color (decimal): -2153669 or 3875807. OLE color: 3875807.

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

Color convert

RGB 223 35 59 -
CMYK 0 0.84 0.74 0.13
HSL 352.34º 0.75% 0.51% -
HSV(B) 352.34º 0.84% 0.87% -
XYZ 31.82 17.21 5.78 -
YUV 93.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 223 35 59 0 0.84 0.74 0.13 352.34 0.75 0.51
Hex DF 23 3B 0 54 4A D 160 4B 33
Octal 337 43 73 0 124 112 15 540 113 63
Binary 11011111 100011 111011 0 1010100 1001010 1101 101100000 1001011 110011

Color Harmonies of #DF233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF233B

Black with #DF233B

Text Example


Text Example

White with #DF233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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