Html Css Color HEX #DF2C35 Alizarin

📋 copy color: '#DF2C35'

red 223 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #DF2C35

Tints of Alizarin #DF2C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

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

R = 69.69%
G = 13.75%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2C35 (or 0xDF2C35) is known color: Alizarin. HEX triplet: DF, 2C and 35. RGB value is (223,44,53). Sum of RGB (Red+Green+Blue) = 223+44+53=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C35 is #20D3CA. Grayscale: #626262. Windows color (decimal): -2151371 or 3484895. OLE color: 3484895.

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

Color convert

RGB 223 44 53 -
CMYK 0 0.80 0.76 0.13
HSL 356.98º 0.74% 0.52% -
HSV(B) 356.98º 0.8% 0.87% -
XYZ 31.97 17.75 5.11 -
YUV 98.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 223 44 53 0 0.80 0.76 0.13 356.98 0.74 0.52
Hex DF 2C 35 0 50 4C D 165 4A 34
Octal 337 54 65 0 120 114 15 545 112 64
Binary 11011111 101100 110101 0 1010000 1001100 1101 101100101 1001010 110100

Color Harmonies of #DF2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C35

Black with #DF2C35

Text Example


Text Example

White with #DF2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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