Html Css Color HEX #DF173F Crimson

📋 copy color: '#DF173F'

red 223 ◦ green 23 ◦ blue 63

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

Shades of Crimson #DF173F

Tints of Crimson #DF173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 72.17%
G = 7.44%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF173F (or 0xDF173F) is known color: Crimson. HEX triplet: DF, 17 and 3F. RGB value is (223,23,63). Sum of RGB (Red+Green+Blue) = 223+23+63=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF173F is #20E8C0. Grayscale: #575757. Windows color (decimal): -2156737 or 4134879. OLE color: 4134879.

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

Color convert

RGB 223 23 63 -
CMYK 0 0.90 0.72 0.13
HSL 348º 0.81% 0.48% -
HSV(B) 348º 0.9% 0.87% -
XYZ 31.64 16.66 6.25 -
YUV 87.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 223 23 63 0 0.90 0.72 0.13 348 0.81 0.48
Hex DF 17 3F 0 5A 48 D 15C 51 30
Octal 337 27 77 0 132 110 15 534 121 60
Binary 11011111 10111 111111 0 1011010 1001000 1101 101011100 1010001 110000

Color Harmonies of #DF173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF173F

Black with #DF173F

Text Example


Text Example

White with #DF173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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