Html Css Color HEX #DF252E Alizarin

📋 copy color: '#DF252E'

red 223 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #DF252E

Tints of Alizarin #DF252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 72.88%
G = 12.09%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF252E (or 0xDF252E) is known color: Alizarin. HEX triplet: DF, 25 and 2E. RGB value is (223,37,46). Sum of RGB (Red+Green+Blue) = 223+37+46=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF252E is #20DAD1. Grayscale: #5D5D5D. Windows color (decimal): -2153170 or 3024351. OLE color: 3024351.

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

Color convert

RGB 223 37 46 -
CMYK 0 0.83 0.79 0.13
HSL 357.1º 0.74% 0.51% -
HSV(B) 357.1º 0.83% 0.87% -
XYZ 31.59 17.21 4.24 -
YUV 93.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 223 37 46 0 0.83 0.79 0.13 357.1 0.74 0.51
Hex DF 25 2E 0 53 4F D 165 4A 33
Octal 337 45 56 0 123 117 15 545 112 63
Binary 11011111 100101 101110 0 1010011 1001111 1101 101100101 1001010 110011

Color Harmonies of #DF252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF252E

Black with #DF252E

Text Example


Text Example

White with #DF252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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