Html Css Color HEX #DF2735 Alizarin

📋 copy color: '#DF2735'

red 223 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #DF2735

Tints of Alizarin #DF2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

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

R = 70.79%
G = 12.38%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2735 (or 0xDF2735) is known color: Alizarin. HEX triplet: DF, 27 and 35. RGB value is (223,39,53). Sum of RGB (Red+Green+Blue) = 223+39+53=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2735 is #20D8CA. Grayscale: #5F5F5F. Windows color (decimal): -2152651 or 3483615. OLE color: 3483615.

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

Color convert

RGB 223 39 53 -
CMYK 0 0.83 0.76 0.13
HSL 355.43º 0.74% 0.51% -
HSV(B) 355.43º 0.83% 0.87% -
XYZ 31.8 17.4 5.05 -
YUV 95.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 223 39 53 0 0.83 0.76 0.13 355.43 0.74 0.51
Hex DF 27 35 0 53 4C D 163 4A 33
Octal 337 47 65 0 123 114 15 543 112 63
Binary 11011111 100111 110101 0 1010011 1001100 1101 101100011 1001010 110011

Color Harmonies of #DF2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2735

Black with #DF2735

Text Example


Text Example

White with #DF2735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2735; }

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

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

background-color css

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

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

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

border-color css

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

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

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