Html Css Color HEX #DF2634 Alizarin

📋 copy color: '#DF2634'

red 223 ◦ green 38 ◦ blue 52

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

Shades of Alizarin #DF2634

Tints of Alizarin #DF2634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 71.25%
G = 12.14%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF2634 (or 0xDF2634) is known color: Alizarin. HEX triplet: DF, 26 and 34. RGB value is (223,38,52). Sum of RGB (Red+Green+Blue) = 223+38+52=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2634 is #20D9CB. Grayscale: #5F5F5F. Windows color (decimal): -2152908 or 3417823. OLE color: 3417823.

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

Color convert

RGB 223 38 52 -
CMYK 0 0.83 0.77 0.13
HSL 355.46º 0.74% 0.51% -
HSV(B) 355.46º 0.83% 0.87% -
XYZ 31.74 17.32 4.92 -
YUV 94.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 223 38 52 0 0.83 0.77 0.13 355.46 0.74 0.51
Hex DF 26 34 0 53 4D D 163 4A 33
Octal 337 46 64 0 123 115 15 543 112 63
Binary 11011111 100110 110100 0 1010011 1001101 1101 101100011 1001010 110011

Color Harmonies of #DF2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2634

Black with #DF2634

Text Example


Text Example

White with #DF2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2634; }

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

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

background-color css

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

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

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

border-color css

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

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

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