Html Css Color HEX #DF1645 Crimson

📋 copy color: '#DF1645'

red 223 ◦ green 22 ◦ blue 69

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

Shades of Crimson #DF1645

Tints of Crimson #DF1645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 71.02%
G = 7.01%
B = 21.97%

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

#DF1645 (or 0xDF1645) is known color: Crimson. HEX triplet: DF, 16 and 45. RGB value is (223,22,69). Sum of RGB (Red+Green+Blue) = 223+22+69=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1645 is #20E9BA. Grayscale: #575757. Windows color (decimal): -2156987 or 4527839. OLE color: 4527839.

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

Color convert

RGB 223 22 69 -
CMYK 0 0.90 0.69 0.13
HSL 345.97º 0.82% 0.48% -
HSV(B) 345.97º 0.9% 0.87% -
XYZ 31.79 16.69 7.18 -
YUV 87.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 223 22 69 0 0.90 0.69 0.13 345.97 0.82 0.48
Hex DF 16 45 0 5A 45 D 15A 52 30
Octal 337 26 105 0 132 105 15 532 122 60
Binary 11011111 10110 1000101 0 1011010 1000101 1101 101011010 1010010 110000

Color Harmonies of #DF1645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1645

Black with #DF1645

Text Example


Text Example

White with #DF1645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1645; }

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

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

background-color css

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

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

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

border-color css

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

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

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