Html Css Color HEX #DF2730 Alizarin

📋 copy color: '#DF2730'

red 223 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #DF2730

Tints of Alizarin #DF2730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 71.94%
G = 12.58%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2730 (or 0xDF2730) is known color: Alizarin. HEX triplet: DF, 27 and 30. RGB value is (223,39,48). Sum of RGB (Red+Green+Blue) = 223+39+48=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2730 is #20D8CF. Grayscale: #5F5F5F. Windows color (decimal): -2152656 or 3155935. OLE color: 3155935.

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

Color convert

RGB 223 39 48 -
CMYK 0 0.83 0.78 0.13
HSL 357.07º 0.74% 0.51% -
HSV(B) 357.07º 0.83% 0.87% -
XYZ 31.69 17.35 4.48 -
YUV 95.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 223 39 48 0 0.83 0.78 0.13 357.07 0.74 0.51
Hex DF 27 30 0 53 4E D 165 4A 33
Octal 337 47 60 0 123 116 15 545 112 63
Binary 11011111 100111 110000 0 1010011 1001110 1101 101100101 1001010 110011

Color Harmonies of #DF2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2730

Black with #DF2730

Text Example


Text Example

White with #DF2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2730; }

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

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

background-color css

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

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

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

border-color css

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

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

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