Html Css Color HEX #DF273E Alizarin

📋 copy color: '#DF273E'

red 223 ◦ green 39 ◦ blue 62

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

Shades of Alizarin #DF273E

Tints of Alizarin #DF273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 68.83%
G = 12.04%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF273E (or 0xDF273E) is known color: Alizarin. HEX triplet: DF, 27 and 3E. RGB value is (223,39,62). Sum of RGB (Red+Green+Blue) = 223+39+62=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF273E is #20D8C1. Grayscale: #606060. Windows color (decimal): -2152642 or 4073439. OLE color: 4073439.

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

Color convert

RGB 223 39 62 -
CMYK 0 0.83 0.72 0.13
HSL 352.5º 0.74% 0.51% -
HSV(B) 352.5º 0.83% 0.87% -
XYZ 32.03 17.49 6.24 -
YUV 96.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 223 39 62 0 0.83 0.72 0.13 352.5 0.74 0.51
Hex DF 27 3E 0 53 48 D 160 4A 33
Octal 337 47 76 0 123 110 15 540 112 63
Binary 11011111 100111 111110 0 1010011 1001000 1101 101100000 1001010 110011

Color Harmonies of #DF273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF273E

Black with #DF273E

Text Example


Text Example

White with #DF273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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