Html Css Color HEX #DF173B Crimson

📋 copy color: '#DF173B'

red 223 ◦ green 23 ◦ blue 59

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

Shades of Crimson #DF173B

Tints of Crimson #DF173B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 73.11%
G = 7.54%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF173B (or 0xDF173B) is known color: Crimson. HEX triplet: DF, 17 and 3B. RGB value is (223,23,59). Sum of RGB (Red+Green+Blue) = 223+23+59=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF173B is #20E8C4. Grayscale: #565656. Windows color (decimal): -2156741 or 3872735. OLE color: 3872735.

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

Color convert

RGB 223 23 59 -
CMYK 0 0.90 0.74 0.13
HSL 349.2º 0.81% 0.48% -
HSV(B) 349.2º 0.9% 0.87% -
XYZ 31.53 16.62 5.68 -
YUV 86.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 223 23 59 0 0.90 0.74 0.13 349.2 0.81 0.48
Hex DF 17 3B 0 5A 4A D 15D 51 30
Octal 337 27 73 0 132 112 15 535 121 60
Binary 11011111 10111 111011 0 1011010 1001010 1101 101011101 1010001 110000

Color Harmonies of #DF173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF173B

Black with #DF173B

Text Example


Text Example

White with #DF173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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