Html Css Color HEX #DF1646 Crimson

📋 copy color: '#DF1646'

red 223 ◦ green 22 ◦ blue 70

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

Shades of Crimson #DF1646

Tints of Crimson #DF1646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 70.79%
G = 6.98%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF1646 (or 0xDF1646) is known color: Crimson. HEX triplet: DF, 16 and 46. RGB value is (223,22,70). Sum of RGB (Red+Green+Blue) = 223+22+70=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1646 is #20E9B9. Grayscale: #575757. Windows color (decimal): -2156986 or 4593375. OLE color: 4593375.

HSL color Cylindrical-coordinate representation of color #DF1646: hue angle of 345.67º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1646 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 70 -
CMYK 0 0.90 0.69 0.13
HSL 345.67º 0.82% 0.48% -
HSV(B) 345.67º 0.9% 0.87% -
XYZ 31.82 16.7 7.34 -
YUV 87.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 223 22 70 0 0.90 0.69 0.13 345.67 0.82 0.48
Hex DF 16 46 0 5A 45 D 15A 52 30
Octal 337 26 106 0 132 105 15 532 122 60
Binary 11011111 10110 1000110 0 1011010 1000101 1101 101011010 1010010 110000

Color Harmonies of #DF1646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1646

Black with #DF1646

Text Example


Text Example

White with #DF1646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1646; }

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

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

background-color css

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

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

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

border-color css

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

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

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