Html Css Color HEX #DC193A Crimson

📋 copy color: '#DC193A'

red 220 ◦ green 25 ◦ blue 58

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

Shades of Crimson #DC193A

Tints of Crimson #DC193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.25%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 72.61%
G = 8.25%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC193A (or 0xDC193A) is known color: Crimson. HEX triplet: DC, 19 and 3A. RGB value is (220,25,58). Sum of RGB (Red+Green+Blue) = 220+25+58=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC193A is #23E6C5. Grayscale: #575757. Windows color (decimal): -2352838 or 3807708. OLE color: 3807708.

HSL color Cylindrical-coordinate representation of color #DC193A: hue angle of 349.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC193A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 58 -
CMYK 0 0.89 0.74 0.14
HSL 349.85º 0.8% 0.48% -
HSV(B) 349.85º 0.89% 0.86% -
XYZ 30.63 16.22 5.52 -
YUV 87.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 220 25 58 0 0.89 0.74 0.14 349.85 0.8 0.48
Hex DC 19 3A 0 59 4A E 15E 50 30
Octal 334 31 72 0 131 112 16 536 120 60
Binary 11011100 11001 111010 0 1011001 1001010 1110 101011110 1010000 110000

Color Harmonies of #DC193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC193A

Black with #DC193A

Text Example


Text Example

White with #DC193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC193A; }

 p { color: rgb(220,25,58); }

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

background-color css

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

 a { background-color: rgb(220,25,58); }

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

border-color css

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

 span { border-color: rgb(220,25,58); }

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