Html Css Color HEX #DF273B Alizarin

📋 copy color: '#DF273B'

red 223 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #DF273B

Tints of Alizarin #DF273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 69.47%
G = 12.15%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF273B (or 0xDF273B) is known color: Alizarin. HEX triplet: DF, 27 and 3B. RGB value is (223,39,59). Sum of RGB (Red+Green+Blue) = 223+39+59=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF273B is #20D8C4. Grayscale: #606060. Windows color (decimal): -2152645 or 3876831. OLE color: 3876831.

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

Color convert

RGB 223 39 59 -
CMYK 0 0.83 0.74 0.13
HSL 353.48º 0.74% 0.51% -
HSV(B) 353.48º 0.83% 0.87% -
XYZ 31.95 17.45 5.82 -
YUV 96.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 223 39 59 0 0.83 0.74 0.13 353.48 0.74 0.51
Hex DF 27 3B 0 53 4A D 161 4A 33
Octal 337 47 73 0 123 112 15 541 112 63
Binary 11011111 100111 111011 0 1010011 1001010 1101 101100001 1001010 110011

Color Harmonies of #DF273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF273B

Black with #DF273B

Text Example


Text Example

White with #DF273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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