Html Css Color HEX #DF232A Alizarin

📋 copy color: '#DF232A'

red 223 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #DF232A

Tints of Alizarin #DF232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 74.33%
G = 11.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF232A (or 0xDF232A) is known color: Alizarin. HEX triplet: DF, 23 and 2A. RGB value is (223,35,42). Sum of RGB (Red+Green+Blue) = 223+35+42=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF232A is #20DCD5. Grayscale: #5C5C5C. Windows color (decimal): -2153686 or 2761695. OLE color: 2761695.

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

Color convert

RGB 223 35 42 -
CMYK 0 0.84 0.81 0.13
HSL 357.77º 0.75% 0.51% -
HSV(B) 357.77º 0.84% 0.87% -
XYZ 31.45 17.06 3.83 -
YUV 92.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 223 35 42 0 0.84 0.81 0.13 357.77 0.75 0.51
Hex DF 23 2A 0 54 51 D 166 4B 33
Octal 337 43 52 0 124 121 15 546 113 63
Binary 11011111 100011 101010 0 1010100 1010001 1101 101100110 1001011 110011

Color Harmonies of #DF232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF232A

Black with #DF232A

Text Example


Text Example

White with #DF232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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