Html Css Color HEX #DF173E Crimson

📋 copy color: '#DF173E'

red 223 ◦ green 23 ◦ blue 62

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

Shades of Crimson #DF173E

Tints of Crimson #DF173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 72.4%
G = 7.47%
B = 20.13%

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

#DF173E (or 0xDF173E) is known color: Crimson. HEX triplet: DF, 17 and 3E. RGB value is (223,23,62). Sum of RGB (Red+Green+Blue) = 223+23+62=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF173E is #20E8C1. Grayscale: #575757. Windows color (decimal): -2156738 or 4069343. OLE color: 4069343.

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

Color convert

RGB 223 23 62 -
CMYK 0 0.90 0.72 0.13
HSL 348.3º 0.81% 0.48% -
HSV(B) 348.3º 0.9% 0.87% -
XYZ 31.61 16.65 6.11 -
YUV 87.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 223 23 62 0 0.90 0.72 0.13 348.3 0.81 0.48
Hex DF 17 3E 0 5A 48 D 15C 51 30
Octal 337 27 76 0 132 110 15 534 121 60
Binary 11011111 10111 111110 0 1011010 1001000 1101 101011100 1010001 110000

Color Harmonies of #DF173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF173E

Black with #DF173E

Text Example


Text Example

White with #DF173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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