Html Css Color HEX #DF3034 Alizarin

📋 copy color: '#DF3034'

red 223 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #DF3034

Tints of Alizarin #DF3034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 69.04%
G = 14.86%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF3034 (or 0xDF3034) is known color: Alizarin. HEX triplet: DF, 30 and 34. RGB value is (223,48,52). Sum of RGB (Red+Green+Blue) = 223+48+52=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3034 is #20CFCB. Grayscale: #646464. Windows color (decimal): -2150348 or 3420383. OLE color: 3420383.

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

Color convert

RGB 223 48 52 -
CMYK 0 0.78 0.77 0.13
HSL 358.63º 0.73% 0.53% -
HSV(B) 358.63º 0.78% 0.87% -
XYZ 32.11 18.05 5.04 -
YUV 100.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 223 48 52 0 0.78 0.77 0.13 358.63 0.73 0.53
Hex DF 30 34 0 4E 4D D 167 49 35
Octal 337 60 64 0 116 115 15 547 111 65
Binary 11011111 110000 110100 0 1001110 1001101 1101 101100111 1001001 110101

Color Harmonies of #DF3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3034

Black with #DF3034

Text Example


Text Example

White with #DF3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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