Html Css Color HEX #DF373E Alizarin

📋 copy color: '#DF373E'

red 223 ◦ green 55 ◦ blue 62

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

Shades of Alizarin #DF373E

Tints of Alizarin #DF373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

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

R = 65.59%
G = 16.18%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF373E (or 0xDF373E) is known color: Alizarin. HEX triplet: DF, 37 and 3E. RGB value is (223,55,62). Sum of RGB (Red+Green+Blue) = 223+55+62=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF373E is #20C8C1. Grayscale: #6A6A6A. Windows color (decimal): -2148546 or 4077535. OLE color: 4077535.

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

Color convert

RGB 223 55 62 -
CMYK 0 0.75 0.72 0.13
HSL 357.5º 0.72% 0.55% -
HSV(B) 357.5º 0.75% 0.87% -
XYZ 32.67 18.77 6.46 -
YUV 106.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 223 55 62 0 0.75 0.72 0.13 357.5 0.72 0.55
Hex DF 37 3E 0 4B 48 D 166 48 37
Octal 337 67 76 0 113 110 15 546 110 67
Binary 11011111 110111 111110 0 1001011 1001000 1101 101100110 1001000 110111

Color Harmonies of #DF373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF373E

Black with #DF373E

Text Example


Text Example

White with #DF373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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