Html Css Color HEX #DF2738 Alizarin

📋 copy color: '#DF2738'

red 223 ◦ green 39 ◦ blue 56

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

Shades of Alizarin #DF2738

Tints of Alizarin #DF2738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 70.13%
G = 12.26%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF2738 (or 0xDF2738) is known color: Alizarin. HEX triplet: DF, 27 and 38. RGB value is (223,39,56). Sum of RGB (Red+Green+Blue) = 223+39+56=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2738 is #20D8C7. Grayscale: #606060. Windows color (decimal): -2152648 or 3680223. OLE color: 3680223.

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

Color convert

RGB 223 39 56 -
CMYK 0 0.83 0.75 0.13
HSL 354.46º 0.74% 0.51% -
HSV(B) 354.46º 0.83% 0.87% -
XYZ 31.87 17.42 5.42 -
YUV 95.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 223 39 56 0 0.83 0.75 0.13 354.46 0.74 0.51
Hex DF 27 38 0 53 4B D 162 4A 33
Octal 337 47 70 0 123 113 15 542 112 63
Binary 11011111 100111 111000 0 1010011 1001011 1101 101100010 1001010 110011

Color Harmonies of #DF2738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2738

Black with #DF2738

Text Example


Text Example

White with #DF2738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2738; }

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

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

background-color css

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

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

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

border-color css

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

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

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