Html Css Color HEX #DF2026 Alizarin

📋 copy color: '#DF2026'

red 223 ◦ green 32 ◦ blue 38

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

Shades of Alizarin #DF2026

Tints of Alizarin #DF2026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 76.11%
G = 10.92%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2026 (or 0xDF2026) is known color: Alizarin. HEX triplet: DF, 20 and 26. RGB value is (223,32,38). Sum of RGB (Red+Green+Blue) = 223+32+38=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2026 is #20DFD9. Grayscale: #595959. Windows color (decimal): -2154458 or 2498783. OLE color: 2498783.

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

Color convert

RGB 223 32 38 -
CMYK 0 0.86 0.83 0.13
HSL 358.12º 0.75% 0.5% -
HSV(B) 358.12º 0.86% 0.87% -
XYZ 31.3 16.86 3.44 -
YUV 89.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 223 32 38 0 0.86 0.83 0.13 358.12 0.75 0.5
Hex DF 20 26 0 56 53 D 166 4B 32
Octal 337 40 46 0 126 123 15 546 113 62
Binary 11011111 100000 100110 0 1010110 1010011 1101 101100110 1001011 110010

Color Harmonies of #DF2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2026

Black with #DF2026

Text Example


Text Example

White with #DF2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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