Html Css Color HEX #DF232D Alizarin

📋 copy color: '#DF232D'

red 223 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #DF232D

Tints of Alizarin #DF232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 73.6%
G = 11.55%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF232D (or 0xDF232D) is known color: Alizarin. HEX triplet: DF, 23 and 2D. RGB value is (223,35,45). Sum of RGB (Red+Green+Blue) = 223+35+45=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF232D is #20DCD2. Grayscale: #5C5C5C. Windows color (decimal): -2153683 or 2958303. OLE color: 2958303.

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

Color convert

RGB 223 35 45 -
CMYK 0 0.84 0.80 0.13
HSL 356.81º 0.75% 0.51% -
HSV(B) 356.81º 0.84% 0.87% -
XYZ 31.51 17.08 4.12 -
YUV 92.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 223 35 45 0 0.84 0.80 0.13 356.81 0.75 0.51
Hex DF 23 2D 0 54 50 D 165 4B 33
Octal 337 43 55 0 124 120 15 545 113 63
Binary 11011111 100011 101101 0 1010100 1010000 1101 101100101 1001011 110011

Color Harmonies of #DF232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF232D

Black with #DF232D

Text Example


Text Example

White with #DF232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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