Html Css Color HEX #DF2343 Alizarin

📋 copy color: '#DF2343'

red 223 ◦ green 35 ◦ blue 67

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

Shades of Alizarin #DF2343

Tints of Alizarin #DF2343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 68.62%
G = 10.77%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2343 (or 0xDF2343) is known color: Alizarin. HEX triplet: DF, 23 and 43. RGB value is (223,35,67). Sum of RGB (Red+Green+Blue) = 223+35+67=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2343 is #20DCBC. Grayscale: #5E5E5E. Windows color (decimal): -2153661 or 4400095. OLE color: 4400095.

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

Color convert

RGB 223 35 67 -
CMYK 0 0.84 0.70 0.13
HSL 349.79º 0.75% 0.51% -
HSV(B) 349.79º 0.84% 0.87% -
XYZ 32.05 17.3 6.96 -
YUV 94.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 223 35 67 0 0.84 0.70 0.13 349.79 0.75 0.51
Hex DF 23 43 0 54 46 D 15E 4B 33
Octal 337 43 103 0 124 106 15 536 113 63
Binary 11011111 100011 1000011 0 1010100 1000110 1101 101011110 1001011 110011

Color Harmonies of #DF2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2343

Black with #DF2343

Text Example


Text Example

White with #DF2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2343; }

 p { color: rgb(223,35,67); }

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

background-color css

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

 a { background-color: rgb(223,35,67); }

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

border-color css

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

 span { border-color: rgb(223,35,67); }

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