Html Css Color HEX #DC2241 Crimson

📋 copy color: '#DC2241'

red 220 ◦ green 34 ◦ blue 65

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

Shades of Crimson #DC2241

Tints of Crimson #DC2241

RGB

 RED value IS 220 (86.33% from 255) = 68.97%

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 68.97%
G = 10.66%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC2241 (or 0xDC2241) is known color: Crimson. HEX triplet: DC, 22 and 41. RGB value is (220,34,65). Sum of RGB (Red+Green+Blue) = 220+34+65=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2241 is #23DDBE. Grayscale: #5D5D5D. Windows color (decimal): -2350527 or 4268764. OLE color: 4268764.

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

Color convert

RGB 220 34 65 -
CMYK 0 0.85 0.70 0.14
HSL 350º 0.73% 0.5% -
HSV(B) 350º 0.85% 0.86% -
XYZ 31.04 16.74 6.6 -
YUV 93.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 220 34 65 0 0.85 0.70 0.14 350 0.73 0.5
Hex DC 22 41 0 55 46 E 15E 49 32
Octal 334 42 101 0 125 106 16 536 111 62
Binary 11011100 100010 1000001 0 1010101 1000110 1110 101011110 1001001 110010

Color Harmonies of #DC2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2241

Black with #DC2241

Text Example


Text Example

White with #DC2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2241; }

 p { color: rgb(220,34,65); }

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

background-color css

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

 a { background-color: rgb(220,34,65); }

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

border-color css

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

 span { border-color: rgb(220,34,65); }

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