Html Css Color HEX #DF2629 Alizarin

📋 copy color: '#DF2629'

red 223 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #DF2629

Tints of Alizarin #DF2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 73.84%
G = 12.58%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2629 (or 0xDF2629) is known color: Alizarin. HEX triplet: DF, 26 and 29. RGB value is (223,38,41). Sum of RGB (Red+Green+Blue) = 223+38+41=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2629 is #20D9D6. Grayscale: #5D5D5D. Windows color (decimal): -2152919 or 2696927. OLE color: 2696927.

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

Color convert

RGB 223 38 41 -
CMYK 0 0.83 0.82 0.13
HSL 359.03º 0.74% 0.51% -
HSV(B) 359.03º 0.83% 0.87% -
XYZ 31.52 17.23 3.76 -
YUV 93.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 223 38 41 0 0.83 0.82 0.13 359.03 0.74 0.51
Hex DF 26 29 0 53 52 D 167 4A 33
Octal 337 46 51 0 123 122 15 547 112 63
Binary 11011111 100110 101001 0 1010011 1010010 1101 101100111 1001010 110011

Color Harmonies of #DF2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2629

Black with #DF2629

Text Example


Text Example

White with #DF2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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