Html Css Color HEX #DF1741 Crimson

📋 copy color: '#DF1741'

red 223 ◦ green 23 ◦ blue 65

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

Shades of Crimson #DF1741

Tints of Crimson #DF1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 71.7%
G = 7.4%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF1741 (or 0xDF1741) is known color: Crimson. HEX triplet: DF, 17 and 41. RGB value is (223,23,65). Sum of RGB (Red+Green+Blue) = 223+23+65=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1741 is #20E8BE. Grayscale: #575757. Windows color (decimal): -2156735 or 4265951. OLE color: 4265951.

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

Color convert

RGB 223 23 65 -
CMYK 0 0.90 0.71 0.13
HSL 347.4º 0.81% 0.48% -
HSV(B) 347.4º 0.9% 0.87% -
XYZ 31.69 16.68 6.55 -
YUV 87.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 223 23 65 0 0.90 0.71 0.13 347.4 0.81 0.48
Hex DF 17 41 0 5A 47 D 15B 51 30
Octal 337 27 101 0 132 107 15 533 121 60
Binary 11011111 10111 1000001 0 1011010 1000111 1101 101011011 1010001 110000

Color Harmonies of #DF1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1741

Black with #DF1741

Text Example


Text Example

White with #DF1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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