Html Css Color HEX #DF1E2E Alizarin

📋 copy color: '#DF1E2E'

red 223 ◦ green 30 ◦ blue 46

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

Shades of Alizarin #DF1E2E

Tints of Alizarin #DF1E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 74.58%
G = 10.03%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF1E2E (or 0xDF1E2E) is known color: Alizarin. HEX triplet: DF, 1E and 2E. RGB value is (223,30,46). Sum of RGB (Red+Green+Blue) = 223+30+46=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E2E is #20E1D1. Grayscale: #595959. Windows color (decimal): -2154962 or 3022559. OLE color: 3022559.

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

Color convert

RGB 223 30 46 -
CMYK 0 0.87 0.79 0.13
HSL 355.03º 0.76% 0.5% -
HSV(B) 355.03º 0.87% 0.87% -
XYZ 31.39 16.81 4.18 -
YUV 89.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 223 30 46 0 0.87 0.79 0.13 355.03 0.76 0.5
Hex DF 1E 2E 0 57 4F D 163 4C 32
Octal 337 36 56 0 127 117 15 543 114 62
Binary 11011111 11110 101110 0 1010111 1001111 1101 101100011 1001100 110010

Color Harmonies of #DF1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E2E

Black with #DF1E2E

Text Example


Text Example

White with #DF1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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