Html Css Color HEX #DF2341 Alizarin

📋 copy color: '#DF2341'

red 223 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #DF2341

Tints of Alizarin #DF2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 69.04%
G = 10.84%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2341 (or 0xDF2341) is known color: Alizarin. HEX triplet: DF, 23 and 41. RGB value is (223,35,65). Sum of RGB (Red+Green+Blue) = 223+35+65=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2341 is #20DCBE. Grayscale: #5E5E5E. Windows color (decimal): -2153663 or 4269023. OLE color: 4269023.

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

Color convert

RGB 223 35 65 -
CMYK 0 0.84 0.71 0.13
HSL 350.43º 0.75% 0.51% -
HSV(B) 350.43º 0.84% 0.87% -
XYZ 31.99 17.27 6.65 -
YUV 94.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 223 35 65 0 0.84 0.71 0.13 350.43 0.75 0.51
Hex DF 23 41 0 54 47 D 15E 4B 33
Octal 337 43 101 0 124 107 15 536 113 63
Binary 11011111 100011 1000001 0 1010100 1000111 1101 101011110 1001011 110011

Color Harmonies of #DF2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2341

Black with #DF2341

Text Example


Text Example

White with #DF2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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