Html Css Color HEX #DF3740 Alizarin

📋 copy color: '#DF3740'

red 223 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #DF3740

Tints of Alizarin #DF3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 65.2%
G = 16.08%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF3740 (or 0xDF3740) is known color: Alizarin. HEX triplet: DF, 37 and 40. RGB value is (223,55,64). Sum of RGB (Red+Green+Blue) = 223+55+64=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3740 is #20C8BF. Grayscale: #6A6A6A. Windows color (decimal): -2148544 or 4208607. OLE color: 4208607.

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

Color convert

RGB 223 55 64 -
CMYK 0 0.75 0.71 0.13
HSL 356.79º 0.72% 0.55% -
HSV(B) 356.79º 0.75% 0.87% -
XYZ 32.72 18.79 6.75 -
YUV 106.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 223 55 64 0 0.75 0.71 0.13 356.79 0.72 0.55
Hex DF 37 40 0 4B 47 D 165 48 37
Octal 337 67 100 0 113 107 15 545 110 67
Binary 11011111 110111 1000000 0 1001011 1000111 1101 101100101 1001000 110111

Color Harmonies of #DF3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3740

Black with #DF3740

Text Example


Text Example

White with #DF3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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