Html Css Color HEX #DF1946 Crimson

📋 copy color: '#DF1946'

red 223 ◦ green 25 ◦ blue 70

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

Shades of Crimson #DF1946

Tints of Crimson #DF1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 70.13%
G = 7.86%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF1946 (or 0xDF1946) is known color: Crimson. HEX triplet: DF, 19 and 46. RGB value is (223,25,70). Sum of RGB (Red+Green+Blue) = 223+25+70=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1946 is #20E6B9. Grayscale: #595959. Windows color (decimal): -2156218 or 4594143. OLE color: 4594143.

HSL color Cylindrical-coordinate representation of color #DF1946: hue angle of 346.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1946 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 70 -
CMYK 0 0.89 0.69 0.13
HSL 346.36º 0.8% 0.49% -
HSV(B) 346.36º 0.89% 0.87% -
XYZ 31.88 16.83 7.36 -
YUV 89.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 223 25 70 0 0.89 0.69 0.13 346.36 0.8 0.49
Hex DF 19 46 0 59 45 D 15A 50 31
Octal 337 31 106 0 131 105 15 532 120 61
Binary 11011111 11001 1000110 0 1011001 1000101 1101 101011010 1010000 110001

Color Harmonies of #DF1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1946

Black with #DF1946

Text Example


Text Example

White with #DF1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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