Html Css Color HEX #DF172C Crimson

📋 copy color: '#DF172C'

red 223 ◦ green 23 ◦ blue 44

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

Shades of Crimson #DF172C

Tints of Crimson #DF172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 76.9%
G = 7.93%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF172C (or 0xDF172C) is known color: Crimson. HEX triplet: DF, 17 and 2C. RGB value is (223,23,44). Sum of RGB (Red+Green+Blue) = 223+23+44=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF172C is #20E8D3. Grayscale: #555555. Windows color (decimal): -2156756 or 2889695. OLE color: 2889695.

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

Color convert

RGB 223 23 44 -
CMYK 0 0.90 0.80 0.13
HSL 353.7º 0.81% 0.48% -
HSV(B) 353.7º 0.9% 0.87% -
XYZ 31.19 16.48 3.92 -
YUV 85.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 223 23 44 0 0.90 0.80 0.13 353.7 0.81 0.48
Hex DF 17 2C 0 5A 50 D 162 51 30
Octal 337 27 54 0 132 120 15 542 121 60
Binary 11011111 10111 101100 0 1011010 1010000 1101 101100010 1010001 110000

Color Harmonies of #DF172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF172C

Black with #DF172C

Text Example


Text Example

White with #DF172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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