Html Css Color HEX #DF2835 Alizarin

📋 copy color: '#DF2835'

red 223 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #DF2835

Tints of Alizarin #DF2835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 70.57%
G = 12.66%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2835 (or 0xDF2835) is known color: Alizarin. HEX triplet: DF, 28 and 35. RGB value is (223,40,53). Sum of RGB (Red+Green+Blue) = 223+40+53=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2835 is #20D7CA. Grayscale: #606060. Windows color (decimal): -2152395 or 3483871. OLE color: 3483871.

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

Color convert

RGB 223 40 53 -
CMYK 0 0.82 0.76 0.13
HSL 355.74º 0.74% 0.52% -
HSV(B) 355.74º 0.82% 0.87% -
XYZ 31.83 17.46 5.06 -
YUV 96.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 223 40 53 0 0.82 0.76 0.13 355.74 0.74 0.52
Hex DF 28 35 0 52 4C D 164 4A 34
Octal 337 50 65 0 122 114 15 544 112 64
Binary 11011111 101000 110101 0 1010010 1001100 1101 101100100 1001010 110100

Color Harmonies of #DF2835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2835

Black with #DF2835

Text Example


Text Example

White with #DF2835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2835; }

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

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

background-color css

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

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

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

border-color css

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

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

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