Html Css Color HEX #DF2141 Crimson

📋 copy color: '#DF2141'

red 223 ◦ green 33 ◦ blue 65

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

Shades of Crimson #DF2141

Tints of Crimson #DF2141

RGB

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

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

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

R = 69.47%
G = 10.28%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF2141 (or 0xDF2141) is known color: Crimson. HEX triplet: DF, 21 and 41. RGB value is (223,33,65). Sum of RGB (Red+Green+Blue) = 223+33+65=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2141 is #20DEBE. Grayscale: #5D5D5D. Windows color (decimal): -2154175 or 4268511. OLE color: 4268511.

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

Color convert

RGB 223 33 65 -
CMYK 0 0.85 0.71 0.13
HSL 349.89º 0.75% 0.5% -
HSV(B) 349.89º 0.85% 0.87% -
XYZ 31.93 17.16 6.63 -
YUV 93.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 223 33 65 0 0.85 0.71 0.13 349.89 0.75 0.5
Hex DF 21 41 0 55 47 D 15E 4B 32
Octal 337 41 101 0 125 107 15 536 113 62
Binary 11011111 100001 1000001 0 1010101 1000111 1101 101011110 1001011 110010

Color Harmonies of #DF2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2141

Black with #DF2141

Text Example


Text Example

White with #DF2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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