Html Css Color HEX #DF3037 Alizarin

📋 copy color: '#DF3037'

red 223 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #DF3037

Tints of Alizarin #DF3037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 68.4%
G = 14.72%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF3037 (or 0xDF3037) is known color: Alizarin. HEX triplet: DF, 30 and 37. RGB value is (223,48,55). Sum of RGB (Red+Green+Blue) = 223+48+55=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3037 is #20CFC8. Grayscale: #656565. Windows color (decimal): -2150345 or 3616991. OLE color: 3616991.

HSL color Cylindrical-coordinate representation of color #DF3037: hue angle of 357.6º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3037 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 55 -
CMYK 0 0.78 0.75 0.13
HSL 357.6º 0.73% 0.53% -
HSV(B) 357.6º 0.78% 0.87% -
XYZ 32.18 18.08 5.41 -
YUV 101.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 223 48 55 0 0.78 0.75 0.13 357.6 0.73 0.53
Hex DF 30 37 0 4E 4B D 166 49 35
Octal 337 60 67 0 116 113 15 546 111 65
Binary 11011111 110000 110111 0 1001110 1001011 1101 101100110 1001001 110101

Color Harmonies of #DF3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3037

Black with #DF3037

Text Example


Text Example

White with #DF3037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3037; }

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

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

background-color css

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

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

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

border-color css

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

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

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