Html Css Color HEX #DF2534 Alizarin

📋 copy color: '#DF2534'

red 223 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #DF2534

Tints of Alizarin #DF2534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 71.47%
G = 11.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF2534 (or 0xDF2534) is known color: Alizarin. HEX triplet: DF, 25 and 34. RGB value is (223,37,52). Sum of RGB (Red+Green+Blue) = 223+37+52=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2534 is #20DACB. Grayscale: #5E5E5E. Windows color (decimal): -2153164 or 3417567. OLE color: 3417567.

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

Color convert

RGB 223 37 52 -
CMYK 0 0.83 0.77 0.13
HSL 355.16º 0.74% 0.51% -
HSV(B) 355.16º 0.83% 0.87% -
XYZ 31.71 17.26 4.91 -
YUV 94.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 223 37 52 0 0.83 0.77 0.13 355.16 0.74 0.51
Hex DF 25 34 0 53 4D D 163 4A 33
Octal 337 45 64 0 123 115 15 543 112 63
Binary 11011111 100101 110100 0 1010011 1001101 1101 101100011 1001010 110011

Color Harmonies of #DF2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2534

Black with #DF2534

Text Example


Text Example

White with #DF2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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