Html Css Color HEX #DF252F Alizarin

📋 copy color: '#DF252F'

red 223 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #DF252F

Tints of Alizarin #DF252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 72.64%
G = 12.05%
B = 15.31%

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

#DF252F (or 0xDF252F) is known color: Alizarin. HEX triplet: DF, 25 and 2F. RGB value is (223,37,47). Sum of RGB (Red+Green+Blue) = 223+37+47=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF252F is #20DAD0. Grayscale: #5D5D5D. Windows color (decimal): -2153169 or 3089887. OLE color: 3089887.

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

Color convert

RGB 223 37 47 -
CMYK 0 0.83 0.79 0.13
HSL 356.77º 0.74% 0.51% -
HSV(B) 356.77º 0.83% 0.87% -
XYZ 31.61 17.22 4.35 -
YUV 93.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 223 37 47 0 0.83 0.79 0.13 356.77 0.74 0.51
Hex DF 25 2F 0 53 4F D 165 4A 33
Octal 337 45 57 0 123 117 15 545 112 63
Binary 11011111 100101 101111 0 1010011 1001111 1101 101100101 1001010 110011

Color Harmonies of #DF252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF252F

Black with #DF252F

Text Example


Text Example

White with #DF252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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