Html Css Color HEX #DF1942 Crimson

📋 copy color: '#DF1942'

red 223 ◦ green 25 ◦ blue 66

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

Shades of Crimson #DF1942

Tints of Crimson #DF1942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 71.02%
G = 7.96%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF1942 (or 0xDF1942) is known color: Crimson. HEX triplet: DF, 19 and 42. RGB value is (223,25,66). Sum of RGB (Red+Green+Blue) = 223+25+66=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1942 is #20E6BD. Grayscale: #585858. Windows color (decimal): -2156222 or 4331999. OLE color: 4331999.

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

Color convert

RGB 223 25 66 -
CMYK 0 0.89 0.70 0.13
HSL 347.58º 0.8% 0.49% -
HSV(B) 347.58º 0.89% 0.87% -
XYZ 31.76 16.78 6.72 -
YUV 88.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 223 25 66 0 0.89 0.70 0.13 347.58 0.8 0.49
Hex DF 19 42 0 59 46 D 15C 50 31
Octal 337 31 102 0 131 106 15 534 120 61
Binary 11011111 11001 1000010 0 1011001 1000110 1101 101011100 1010000 110001

Color Harmonies of #DF1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1942

Black with #DF1942

Text Example


Text Example

White with #DF1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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