Html Css Color HEX #DF1F2D Alizarin

📋 copy color: '#DF1F2D'

red 223 ◦ green 31 ◦ blue 45

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

Shades of Alizarin #DF1F2D

Tints of Alizarin #DF1F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 74.58%
G = 10.37%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF1F2D (or 0xDF1F2D) is known color: Alizarin. HEX triplet: DF, 1F and 2D. RGB value is (223,31,45). Sum of RGB (Red+Green+Blue) = 223+31+45=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F2D is #20E0D2. Grayscale: #5A5A5A. Windows color (decimal): -2154707 or 2957279. OLE color: 2957279.

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

Color convert

RGB 223 31 45 -
CMYK 0 0.86 0.80 0.13
HSL 355.63º 0.76% 0.5% -
HSV(B) 355.63º 0.86% 0.87% -
XYZ 31.4 16.86 4.08 -
YUV 90 102.61 222.86 -
System Red Green Blue C M Y K H S L
Decimal 223 31 45 0 0.86 0.80 0.13 355.63 0.76 0.5
Hex DF 1F 2D 0 56 50 D 164 4C 32
Octal 337 37 55 0 126 120 15 544 114 62
Binary 11011111 11111 101101 0 1010110 1010000 1101 101100100 1001100 110010

Color Harmonies of #DF1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F2D

Black with #DF1F2D

Text Example


Text Example

White with #DF1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F2D; }

 p { color: rgb(223,31,45); }

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

background-color css

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

 a { background-color: rgb(223,31,45); }

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

border-color css

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

 span { border-color: rgb(223,31,45); }

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