Html Css Color HEX #DC194C Crimson

📋 copy color: '#DC194C'

red 220 ◦ green 25 ◦ blue 76

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

Shades of Crimson #DC194C

Tints of Crimson #DC194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 68.54%
G = 7.79%
B = 23.68%

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

#DC194C (or 0xDC194C) is known color: Crimson. HEX triplet: DC, 19 and 4C. RGB value is (220,25,76). Sum of RGB (Red+Green+Blue) = 220+25+76=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC194C is #23E6B3. Grayscale: #595959. Windows color (decimal): -2352820 or 4987356. OLE color: 4987356.

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

Color convert

RGB 220 25 76 -
CMYK 0 0.89 0.65 0.14
HSL 344.31º 0.8% 0.48% -
HSV(B) 344.31º 0.89% 0.86% -
XYZ 31.17 16.43 8.37 -
YUV 89.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 220 25 76 0 0.89 0.65 0.14 344.31 0.8 0.48
Hex DC 19 4C 0 59 41 E 158 50 30
Octal 334 31 114 0 131 101 16 530 120 60
Binary 11011100 11001 1001100 0 1011001 1000001 1110 101011000 1010000 110000

Color Harmonies of #DC194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC194C

Black with #DC194C

Text Example


Text Example

White with #DC194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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