Html Css Color HEX #DF1E2F Alizarin

📋 copy color: '#DF1E2F'

red 223 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #DF1E2F

Tints of Alizarin #DF1E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 74.33%
G = 10%
B = 15.67%

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

#DF1E2F (or 0xDF1E2F) is known color: Alizarin. HEX triplet: DF, 1E and 2F. RGB value is (223,30,47). Sum of RGB (Red+Green+Blue) = 223+30+47=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E2F is #20E1D0. Grayscale: #595959. Windows color (decimal): -2154961 or 3088095. OLE color: 3088095.

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

Color convert

RGB 223 30 47 -
CMYK 0 0.87 0.79 0.13
HSL 354.72º 0.76% 0.5% -
HSV(B) 354.72º 0.87% 0.87% -
XYZ 31.41 16.82 4.28 -
YUV 89.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 223 30 47 0 0.87 0.79 0.13 354.72 0.76 0.5
Hex DF 1E 2F 0 57 4F D 163 4C 32
Octal 337 36 57 0 127 117 15 543 114 62
Binary 11011111 11110 101111 0 1010111 1001111 1101 101100011 1001100 110010

Color Harmonies of #DF1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E2F

Black with #DF1E2F

Text Example


Text Example

White with #DF1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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