Html Css Color HEX #DF253E Alizarin

📋 copy color: '#DF253E'

red 223 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #DF253E

Tints of Alizarin #DF253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 69.25%
G = 11.49%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF253E (or 0xDF253E) is known color: Alizarin. HEX triplet: DF, 25 and 3E. RGB value is (223,37,62). Sum of RGB (Red+Green+Blue) = 223+37+62=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF253E is #20DAC1. Grayscale: #5F5F5F. Windows color (decimal): -2153154 or 4072927. OLE color: 4072927.

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

Color convert

RGB 223 37 62 -
CMYK 0 0.83 0.72 0.13
HSL 351.94º 0.74% 0.51% -
HSV(B) 351.94º 0.83% 0.87% -
XYZ 31.96 17.36 6.22 -
YUV 95.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 223 37 62 0 0.83 0.72 0.13 351.94 0.74 0.51
Hex DF 25 3E 0 53 48 D 160 4A 33
Octal 337 45 76 0 123 110 15 540 112 63
Binary 11011111 100101 111110 0 1010011 1001000 1101 101100000 1001010 110011

Color Harmonies of #DF253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF253E

Black with #DF253E

Text Example


Text Example

White with #DF253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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