Html Css Color HEX #DF2641 Alizarin

📋 copy color: '#DF2641'

red 223 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DF2641

Tints of Alizarin #DF2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 68.4%
G = 11.66%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2641 (or 0xDF2641) is known color: Alizarin. HEX triplet: DF, 26 and 41. RGB value is (223,38,65). Sum of RGB (Red+Green+Blue) = 223+38+65=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2641 is #20D9BE. Grayscale: #606060. Windows color (decimal): -2152895 or 4269791. OLE color: 4269791.

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

Color convert

RGB 223 38 65 -
CMYK 0 0.83 0.71 0.13
HSL 351.24º 0.74% 0.51% -
HSV(B) 351.24º 0.83% 0.87% -
XYZ 32.08 17.46 6.68 -
YUV 96.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 223 38 65 0 0.83 0.71 0.13 351.24 0.74 0.51
Hex DF 26 41 0 53 47 D 15F 4A 33
Octal 337 46 101 0 123 107 15 537 112 63
Binary 11011111 100110 1000001 0 1010011 1000111 1101 101011111 1001010 110011

Color Harmonies of #DF2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2641

Black with #DF2641

Text Example


Text Example

White with #DF2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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