Html Css Color HEX #DF2834 Alizarin

📋 copy color: '#DF2834'

red 223 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #DF2834

Tints of Alizarin #DF2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 70.79%
G = 12.7%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF2834 (or 0xDF2834) is known color: Alizarin. HEX triplet: DF, 28 and 34. RGB value is (223,40,52). Sum of RGB (Red+Green+Blue) = 223+40+52=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2834 is #20D7CB. Grayscale: #606060. Windows color (decimal): -2152396 or 3418335. OLE color: 3418335.

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

Color convert

RGB 223 40 52 -
CMYK 0 0.82 0.77 0.13
HSL 356.07º 0.74% 0.52% -
HSV(B) 356.07º 0.82% 0.87% -
XYZ 31.81 17.45 4.94 -
YUV 96.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 223 40 52 0 0.82 0.77 0.13 356.07 0.74 0.52
Hex DF 28 34 0 52 4D D 164 4A 34
Octal 337 50 64 0 122 115 15 544 112 64
Binary 11011111 101000 110100 0 1010010 1001101 1101 101100100 1001010 110100

Color Harmonies of #DF2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2834

Black with #DF2834

Text Example


Text Example

White with #DF2834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2834; }

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

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

background-color css

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

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

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

border-color css

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

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

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