Html Css Color HEX #DF193F Crimson

📋 copy color: '#DF193F'

red 223 ◦ green 25 ◦ blue 63

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

Shades of Crimson #DF193F

Tints of Crimson #DF193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 71.7%
G = 8.04%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF193F (or 0xDF193F) is known color: Crimson. HEX triplet: DF, 19 and 3F. RGB value is (223,25,63). Sum of RGB (Red+Green+Blue) = 223+25+63=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF193F is #20E6C0. Grayscale: #585858. Windows color (decimal): -2156225 or 4135391. OLE color: 4135391.

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

Color convert

RGB 223 25 63 -
CMYK 0 0.89 0.72 0.13
HSL 348.48º 0.8% 0.49% -
HSV(B) 348.48º 0.89% 0.87% -
XYZ 31.68 16.74 6.26 -
YUV 88.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 223 25 63 0 0.89 0.72 0.13 348.48 0.8 0.49
Hex DF 19 3F 0 59 48 D 15C 50 31
Octal 337 31 77 0 131 110 15 534 120 61
Binary 11011111 11001 111111 0 1011001 1001000 1101 101011100 1010000 110001

Color Harmonies of #DF193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF193F

Black with #DF193F

Text Example


Text Example

White with #DF193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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