Html Css Color HEX #DF2E3E Alizarin

📋 copy color: '#DF2E3E'

red 223 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #DF2E3E

Tints of Alizarin #DF2E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 67.37%
G = 13.9%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF2E3E (or 0xDF2E3E) is known color: Alizarin. HEX triplet: DF, 2E and 3E. RGB value is (223,46,62). Sum of RGB (Red+Green+Blue) = 223+46+62=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E3E is #20D1C1. Grayscale: #646464. Windows color (decimal): -2150850 or 4075231. OLE color: 4075231.

HSL color Cylindrical-coordinate representation of color #DF2E3E: hue angle of 354.58º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E3E is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 46 62 -
CMYK 0 0.79 0.72 0.13
HSL 354.58º 0.73% 0.53% -
HSV(B) 354.58º 0.79% 0.87% -
XYZ 32.28 17.99 6.33 -
YUV 100.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 223 46 62 0 0.79 0.72 0.13 354.58 0.73 0.53
Hex DF 2E 3E 0 4F 48 D 163 49 35
Octal 337 56 76 0 117 110 15 543 111 65
Binary 11011111 101110 111110 0 1001111 1001000 1101 101100011 1001001 110101

Color Harmonies of #DF2E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E3E

Black with #DF2E3E

Text Example


Text Example

White with #DF2E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E3E; }

 p { color: rgb(223,46,62); }

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

background-color css

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

 a { background-color: rgb(223,46,62); }

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

border-color css

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

 span { border-color: rgb(223,46,62); }

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