Html Css Color HEX #DF1846 Crimson

📋 copy color: '#DF1846'

red 223 ◦ green 24 ◦ blue 70

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

Shades of Crimson #DF1846

Tints of Crimson #DF1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

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

R = 70.35%
G = 7.57%
B = 22.08%

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

#DF1846 (or 0xDF1846) is known color: Crimson. HEX triplet: DF, 18 and 46. RGB value is (223,24,70). Sum of RGB (Red+Green+Blue) = 223+24+70=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1846 is #20E7B9. Grayscale: #585858. Windows color (decimal): -2156474 or 4593887. OLE color: 4593887.

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

Color convert

RGB 223 24 70 -
CMYK 0 0.89 0.69 0.13
HSL 346.13º 0.81% 0.48% -
HSV(B) 346.13º 0.89% 0.87% -
XYZ 31.86 16.78 7.35 -
YUV 88.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 223 24 70 0 0.89 0.69 0.13 346.13 0.81 0.48
Hex DF 18 46 0 59 45 D 15A 51 30
Octal 337 30 106 0 131 105 15 532 121 60
Binary 11011111 11000 1000110 0 1011001 1000101 1101 101011010 1010001 110000

Color Harmonies of #DF1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1846

Black with #DF1846

Text Example


Text Example

White with #DF1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1846; }

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

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

background-color css

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

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

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

border-color css

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

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

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