Html Css Color HEX #DC193B Crimson

📋 copy color: '#DC193B'

red 220 ◦ green 25 ◦ blue 59

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

Shades of Crimson #DC193B

Tints of Crimson #DC193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 72.37%
G = 8.22%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC193B (or 0xDC193B) is known color: Crimson. HEX triplet: DC, 19 and 3B. RGB value is (220,25,59). Sum of RGB (Red+Green+Blue) = 220+25+59=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC193B is #23E6C4. Grayscale: #575757. Windows color (decimal): -2352837 or 3873244. OLE color: 3873244.

HSL color Cylindrical-coordinate representation of color #DC193B: hue angle of 349.54º 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 #DC193B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 59 -
CMYK 0 0.89 0.73 0.14
HSL 349.54º 0.8% 0.48% -
HSV(B) 349.54º 0.89% 0.86% -
XYZ 30.65 16.23 5.65 -
YUV 87.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 220 25 59 0 0.89 0.73 0.14 349.54 0.8 0.48
Hex DC 19 3B 0 59 49 E 15E 50 30
Octal 334 31 73 0 131 111 16 536 120 60
Binary 11011100 11001 111011 0 1011001 1001001 1110 101011110 1010000 110000

Color Harmonies of #DC193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC193B

Black with #DC193B

Text Example


Text Example

White with #DC193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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