Html Css Color HEX #DF2144 Crimson

📋 copy color: '#DF2144'

red 223 ◦ green 33 ◦ blue 68

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

Shades of Crimson #DF2144

Tints of Crimson #DF2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.19%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 68.83%
G = 10.19%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF2144 (or 0xDF2144) is known color: Crimson. HEX triplet: DF, 21 and 44. RGB value is (223,33,68). Sum of RGB (Red+Green+Blue) = 223+33+68=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2144 is #20DEBB. Grayscale: #5D5D5D. Windows color (decimal): -2154172 or 4465119. OLE color: 4465119.

HSL color Cylindrical-coordinate representation of color #DF2144: hue angle of 348.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2144 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 68 -
CMYK 0 0.85 0.70 0.13
HSL 348.95º 0.75% 0.5% -
HSV(B) 348.95º 0.85% 0.87% -
XYZ 32.02 17.19 7.1 -
YUV 93.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 223 33 68 0 0.85 0.70 0.13 348.95 0.75 0.5
Hex DF 21 44 0 55 46 D 15D 4B 32
Octal 337 41 104 0 125 106 15 535 113 62
Binary 11011111 100001 1000100 0 1010101 1000110 1101 101011101 1001011 110010

Color Harmonies of #DF2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2144

Black with #DF2144

Text Example


Text Example

White with #DF2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2144; }

 p { color: rgb(223,33,68); }

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

background-color css

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

 a { background-color: rgb(223,33,68); }

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

border-color css

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

 span { border-color: rgb(223,33,68); }

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