Html Css Color HEX #DC193D Crimson

📋 copy color: '#DC193D'

red 220 ◦ green 25 ◦ blue 61

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

Shades of Crimson #DC193D

Tints of Crimson #DC193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 71.9%
G = 8.17%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC193D (or 0xDC193D) is known color: Crimson. HEX triplet: DC, 19 and 3D. RGB value is (220,25,61). Sum of RGB (Red+Green+Blue) = 220+25+61=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC193D is #23E6C2. Grayscale: #575757. Windows color (decimal): -2352835 or 4004316. OLE color: 4004316.

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

Color convert

RGB 220 25 61 -
CMYK 0 0.89 0.72 0.14
HSL 348.92º 0.8% 0.48% -
HSV(B) 348.92º 0.89% 0.86% -
XYZ 30.71 16.25 5.93 -
YUV 87.41 113.1 222.57 -
System Red Green Blue C M Y K H S L
Decimal 220 25 61 0 0.89 0.72 0.14 348.92 0.8 0.48
Hex DC 19 3D 0 59 48 E 15D 50 30
Octal 334 31 75 0 131 110 16 535 120 60
Binary 11011100 11001 111101 0 1011001 1001000 1110 101011101 1010000 110000

Color Harmonies of #DC193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC193D

Black with #DC193D

Text Example


Text Example

White with #DC193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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