Html Css Color HEX #DF2326 Alizarin

📋 copy color: '#DF2326'

red 223 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #DF2326

Tints of Alizarin #DF2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 75.34%
G = 11.82%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2326 (or 0xDF2326) is known color: Alizarin. HEX triplet: DF, 23 and 26. RGB value is (223,35,38). Sum of RGB (Red+Green+Blue) = 223+35+38=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2326 is #20DCD9. Grayscale: #5B5B5B. Windows color (decimal): -2153690 or 2499551. OLE color: 2499551.

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

Color convert

RGB 223 35 38 -
CMYK 0 0.84 0.83 0.13
HSL 359.04º 0.75% 0.51% -
HSV(B) 359.04º 0.84% 0.87% -
XYZ 31.38 17.03 3.47 -
YUV 91.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 223 35 38 0 0.84 0.83 0.13 359.04 0.75 0.51
Hex DF 23 26 0 54 53 D 167 4B 33
Octal 337 43 46 0 124 123 15 547 113 63
Binary 11011111 100011 100110 0 1010100 1010011 1101 101100111 1001011 110011

Color Harmonies of #DF2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2326

Black with #DF2326

Text Example


Text Example

White with #DF2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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