Html Css Color HEX #DF2328 Alizarin

📋 copy color: '#DF2328'

red 223 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #DF2328

Tints of Alizarin #DF2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 74.83%
G = 11.74%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2328 (or 0xDF2328) is known color: Alizarin. HEX triplet: DF, 23 and 28. RGB value is (223,35,40). Sum of RGB (Red+Green+Blue) = 223+35+40=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2328 is #20DCD7. Grayscale: #5B5B5B. Windows color (decimal): -2153688 or 2630623. OLE color: 2630623.

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

Color convert

RGB 223 35 40 -
CMYK 0 0.84 0.82 0.13
HSL 358.4º 0.75% 0.51% -
HSV(B) 358.4º 0.84% 0.87% -
XYZ 31.42 17.04 3.64 -
YUV 91.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 223 35 40 0 0.84 0.82 0.13 358.4 0.75 0.51
Hex DF 23 28 0 54 52 D 166 4B 33
Octal 337 43 50 0 124 122 15 546 113 63
Binary 11011111 100011 101000 0 1010100 1010010 1101 101100110 1001011 110011

Color Harmonies of #DF2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2328

Black with #DF2328

Text Example


Text Example

White with #DF2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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