Html Css Color HEX #DC194E Crimson

📋 copy color: '#DC194E'

red 220 ◦ green 25 ◦ blue 78

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

Shades of Crimson #DC194E

Tints of Crimson #DC194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.15%

R = 68.11%
G = 7.74%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC194E (or 0xDC194E) is known color: Crimson. HEX triplet: DC, 19 and 4E. RGB value is (220,25,78). Sum of RGB (Red+Green+Blue) = 220+25+78=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC194E is #23E6B1. Grayscale: #595959. Windows color (decimal): -2352818 or 5118428. OLE color: 5118428.

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

Color convert

RGB 220 25 78 -
CMYK 0 0.89 0.65 0.14
HSL 343.69º 0.8% 0.48% -
HSV(B) 343.69º 0.89% 0.86% -
XYZ 31.24 16.46 8.74 -
YUV 89.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 220 25 78 0 0.89 0.65 0.14 343.69 0.8 0.48
Hex DC 19 4E 0 59 41 E 158 50 30
Octal 334 31 116 0 131 101 16 530 120 60
Binary 11011100 11001 1001110 0 1011001 1000001 1110 101011000 1010000 110000

Color Harmonies of #DC194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC194E

Black with #DC194E

Text Example


Text Example

White with #DC194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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