Html Css Color HEX #DF2040 Crimson

📋 copy color: '#DF2040'

red 223 ◦ green 32 ◦ blue 64

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

Shades of Crimson #DF2040

Tints of Crimson #DF2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 69.91%
G = 10.03%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2040 (or 0xDF2040) is known color: Crimson. HEX triplet: DF, 20 and 40. RGB value is (223,32,64). Sum of RGB (Red+Green+Blue) = 223+32+64=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2040 is #20DFBF. Grayscale: #5C5C5C. Windows color (decimal): -2154432 or 4202719. OLE color: 4202719.

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

Color convert

RGB 223 32 64 -
CMYK 0 0.86 0.71 0.13
HSL 349.95º 0.75% 0.5% -
HSV(B) 349.95º 0.86% 0.87% -
XYZ 31.87 17.09 6.47 -
YUV 92.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 223 32 64 0 0.86 0.71 0.13 349.95 0.75 0.5
Hex DF 20 40 0 56 47 D 15E 4B 32
Octal 337 40 100 0 126 107 15 536 113 62
Binary 11011111 100000 1000000 0 1010110 1000111 1101 101011110 1001011 110010

Color Harmonies of #DF2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2040

Black with #DF2040

Text Example


Text Example

White with #DF2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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