Html Css Color HEX #DF2046 Crimson

📋 copy color: '#DF2046'

red 223 ◦ green 32 ◦ blue 70

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

Shades of Crimson #DF2046

Tints of Crimson #DF2046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 68.62%
G = 9.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF2046 (or 0xDF2046) is known color: Crimson. HEX triplet: DF, 20 and 46. RGB value is (223,32,70). Sum of RGB (Red+Green+Blue) = 223+32+70=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2046 is #20DFB9. Grayscale: #5D5D5D. Windows color (decimal): -2154426 or 4595935. OLE color: 4595935.

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

Color convert

RGB 223 32 70 -
CMYK 0 0.86 0.69 0.13
HSL 348.06º 0.75% 0.5% -
HSV(B) 348.06º 0.86% 0.87% -
XYZ 32.05 17.16 7.42 -
YUV 93.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 223 32 70 0 0.86 0.69 0.13 348.06 0.75 0.5
Hex DF 20 46 0 56 45 D 15C 4B 32
Octal 337 40 106 0 126 105 15 534 113 62
Binary 11011111 100000 1000110 0 1010110 1000101 1101 101011100 1001011 110010

Color Harmonies of #DF2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2046

Black with #DF2046

Text Example


Text Example

White with #DF2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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