Html Css Color HEX #DF242A Alizarin

📋 copy color: '#DF242A'

red 223 ◦ green 36 ◦ blue 42

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

Shades of Alizarin #DF242A

Tints of Alizarin #DF242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 74.09%
G = 11.96%
B = 13.95%

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

#DF242A (or 0xDF242A) is known color: Alizarin. HEX triplet: DF, 24 and 2A. RGB value is (223,36,42). Sum of RGB (Red+Green+Blue) = 223+36+42=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF242A is #20DBD5. Grayscale: #5C5C5C. Windows color (decimal): -2153430 or 2761951. OLE color: 2761951.

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

Color convert

RGB 223 36 42 -
CMYK 0 0.84 0.81 0.13
HSL 358.07º 0.75% 0.51% -
HSV(B) 358.07º 0.84% 0.87% -
XYZ 31.48 17.12 3.84 -
YUV 92.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 223 36 42 0 0.84 0.81 0.13 358.07 0.75 0.51
Hex DF 24 2A 0 54 51 D 166 4B 33
Octal 337 44 52 0 124 121 15 546 113 63
Binary 11011111 100100 101010 0 1010100 1010001 1101 101100110 1001011 110011

Color Harmonies of #DF242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF242A

Black with #DF242A

Text Example


Text Example

White with #DF242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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