Html Css Color HEX #DF2126 Alizarin

📋 copy color: '#DF2126'

red 223 ◦ green 33 ◦ blue 38

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

Shades of Alizarin #DF2126

Tints of Alizarin #DF2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 75.85%
G = 11.22%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2126 (or 0xDF2126) is known color: Alizarin. HEX triplet: DF, 21 and 26. RGB value is (223,33,38). Sum of RGB (Red+Green+Blue) = 223+33+38=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2126 is #20DED9. Grayscale: #5A5A5A. Windows color (decimal): -2154202 or 2499039. OLE color: 2499039.

HSL color Cylindrical-coordinate representation of color #DF2126: hue angle of 358.42º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2126 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 38 -
CMYK 0 0.85 0.83 0.13
HSL 358.42º 0.75% 0.5% -
HSV(B) 358.42º 0.85% 0.87% -
XYZ 31.33 16.92 3.45 -
YUV 90.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 223 33 38 0 0.85 0.83 0.13 358.42 0.75 0.5
Hex DF 21 26 0 55 53 D 166 4B 32
Octal 337 41 46 0 125 123 15 546 113 62
Binary 11011111 100001 100110 0 1010101 1010011 1101 101100110 1001011 110010

Color Harmonies of #DF2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2126

Black with #DF2126

Text Example


Text Example

White with #DF2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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