Html Css Color HEX #DF272E Alizarin

📋 copy color: '#DF272E'

red 223 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #DF272E

Tints of Alizarin #DF272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 72.4%
G = 12.66%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF272E (or 0xDF272E) is known color: Alizarin. HEX triplet: DF, 27 and 2E. RGB value is (223,39,46). Sum of RGB (Red+Green+Blue) = 223+39+46=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF272E is #20D8D1. Grayscale: #5E5E5E. Windows color (decimal): -2152658 or 3024863. OLE color: 3024863.

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

Color convert

RGB 223 39 46 -
CMYK 0 0.83 0.79 0.13
HSL 357.72º 0.74% 0.51% -
HSV(B) 357.72º 0.83% 0.87% -
XYZ 31.65 17.34 4.26 -
YUV 94.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 223 39 46 0 0.83 0.79 0.13 357.72 0.74 0.51
Hex DF 27 2E 0 53 4F D 166 4A 33
Octal 337 47 56 0 123 117 15 546 112 63
Binary 11011111 100111 101110 0 1010011 1001111 1101 101100110 1001010 110011

Color Harmonies of #DF272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF272E

Black with #DF272E

Text Example


Text Example

White with #DF272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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