Html Css Color HEX #DF1745 Crimson

📋 copy color: '#DF1745'

red 223 ◦ green 23 ◦ blue 69

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

Shades of Crimson #DF1745

Tints of Crimson #DF1745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 70.79%
G = 7.3%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF1745 (or 0xDF1745) is known color: Crimson. HEX triplet: DF, 17 and 45. RGB value is (223,23,69). Sum of RGB (Red+Green+Blue) = 223+23+69=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1745 is #20E8BA. Grayscale: #585858. Windows color (decimal): -2156731 or 4528095. OLE color: 4528095.

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

Color convert

RGB 223 23 69 -
CMYK 0 0.90 0.69 0.13
HSL 346.2º 0.81% 0.48% -
HSV(B) 346.2º 0.9% 0.87% -
XYZ 31.81 16.73 7.18 -
YUV 88.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 223 23 69 0 0.90 0.69 0.13 346.2 0.81 0.48
Hex DF 17 45 0 5A 45 D 15A 51 30
Octal 337 27 105 0 132 105 15 532 121 60
Binary 11011111 10111 1000101 0 1011010 1000101 1101 101011010 1010001 110000

Color Harmonies of #DF1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1745

Black with #DF1745

Text Example


Text Example

White with #DF1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1745; }

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

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

background-color css

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

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

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

border-color css

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

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

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