Html Css Color HEX #DF2D35 Alizarin

📋 copy color: '#DF2D35'

red 223 ◦ green 45 ◦ blue 53

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

Shades of Alizarin #DF2D35

Tints of Alizarin #DF2D35

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

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

R = 69.47%
G = 14.02%
B = 16.51%

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

#DF2D35 (or 0xDF2D35) is known color: Alizarin. HEX triplet: DF, 2D and 35. RGB value is (223,45,53). Sum of RGB (Red+Green+Blue) = 223+45+53=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D35 is #20D2CA. Grayscale: #636363. Windows color (decimal): -2151115 or 3485151. OLE color: 3485151.

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

Color convert

RGB 223 45 53 -
CMYK 0 0.80 0.76 0.13
HSL 357.3º 0.74% 0.53% -
HSV(B) 357.3º 0.8% 0.87% -
XYZ 32.01 17.82 5.12 -
YUV 99.13 101.97 216.35 -
System Red Green Blue C M Y K H S L
Decimal 223 45 53 0 0.80 0.76 0.13 357.3 0.74 0.53
Hex DF 2D 35 0 50 4C D 165 4A 35
Octal 337 55 65 0 120 114 15 545 112 65
Binary 11011111 101101 110101 0 1010000 1001100 1101 101100101 1001010 110101

Color Harmonies of #DF2D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D35

Black with #DF2D35

Text Example


Text Example

White with #DF2D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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