Html Css Color HEX #DF343D Alizarin

📋 copy color: '#DF343D'

red 223 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #DF343D

Tints of Alizarin #DF343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 66.37%
G = 15.48%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF343D (or 0xDF343D) is known color: Alizarin. HEX triplet: DF, 34 and 3D. RGB value is (223,52,61). Sum of RGB (Red+Green+Blue) = 223+52+61=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF343D is #20CBC2. Grayscale: #686868. Windows color (decimal): -2149315 or 4011231. OLE color: 4011231.

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

Color convert

RGB 223 52 61 -
CMYK 0 0.77 0.73 0.13
HSL 356.84º 0.73% 0.54% -
HSV(B) 356.84º 0.77% 0.87% -
XYZ 32.5 18.48 6.27 -
YUV 104.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 223 52 61 0 0.77 0.73 0.13 356.84 0.73 0.54
Hex DF 34 3D 0 4D 49 D 165 49 36
Octal 337 64 75 0 115 111 15 545 111 66
Binary 11011111 110100 111101 0 1001101 1001001 1101 101100101 1001001 110110

Color Harmonies of #DF343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF343D

Black with #DF343D

Text Example


Text Example

White with #DF343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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