Html Css Color HEX #DC184A Crimson

📋 copy color: '#DC184A'

red 220 ◦ green 24 ◦ blue 74

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

Shades of Crimson #DC184A

Tints of Crimson #DC184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 74 (29.3% from 255) = 23.27%

R = 69.18%
G = 7.55%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC184A (or 0xDC184A) is known color: Crimson. HEX triplet: DC, 18 and 4A. RGB value is (220,24,74). Sum of RGB (Red+Green+Blue) = 220+24+74=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC184A is #23E7B5. Grayscale: #585858. Windows color (decimal): -2353078 or 4856028. OLE color: 4856028.

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

Color convert

RGB 220 24 74 -
CMYK 0 0.89 0.66 0.14
HSL 344.69º 0.8% 0.48% -
HSV(B) 344.69º 0.89% 0.86% -
XYZ 31.08 16.36 8 -
YUV 88.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 220 24 74 0 0.89 0.66 0.14 344.69 0.8 0.48
Hex DC 18 4A 0 59 42 E 159 50 30
Octal 334 30 112 0 131 102 16 531 120 60
Binary 11011100 11000 1001010 0 1011001 1000010 1110 101011001 1010000 110000

Color Harmonies of #DC184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC184A

Black with #DC184A

Text Example


Text Example

White with #DC184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC184A; }

 p { color: rgb(220,24,74); }

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

background-color css

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

 a { background-color: rgb(220,24,74); }

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

border-color css

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

 span { border-color: rgb(220,24,74); }

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