Html Css Color HEX #DF253B Alizarin

📋 copy color: '#DF253B'

red 223 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #DF253B

Tints of Alizarin #DF253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 69.91%
G = 11.6%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF253B (or 0xDF253B) is known color: Alizarin. HEX triplet: DF, 25 and 3B. RGB value is (223,37,59). Sum of RGB (Red+Green+Blue) = 223+37+59=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF253B is #20DAC4. Grayscale: #5F5F5F. Windows color (decimal): -2153157 or 3876319. OLE color: 3876319.

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

Color convert

RGB 223 37 59 -
CMYK 0 0.83 0.74 0.13
HSL 352.9º 0.74% 0.51% -
HSV(B) 352.9º 0.83% 0.87% -
XYZ 31.88 17.33 5.8 -
YUV 95.12 107.62 219.21 -
System Red Green Blue C M Y K H S L
Decimal 223 37 59 0 0.83 0.74 0.13 352.9 0.74 0.51
Hex DF 25 3B 0 53 4A D 161 4A 33
Octal 337 45 73 0 123 112 15 541 112 63
Binary 11011111 100101 111011 0 1010011 1001010 1101 101100001 1001010 110011

Color Harmonies of #DF253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF253B

Black with #DF253B

Text Example


Text Example

White with #DF253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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