Html Css Color HEX #DC123C Crimson

📋 copy color: '#DC123C'

red 220 ◦ green 18 ◦ blue 60

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

Shades of Crimson #DC123C

Tints of Crimson #DC123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 73.83%
G = 6.04%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC123C (or 0xDC123C) is known color: Crimson. HEX triplet: DC, 12 and 3C. RGB value is (220,18,60). Sum of RGB (Red+Green+Blue) = 220+18+60=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC123C is #23EDC3. Grayscale: #535353. Windows color (decimal): -2354628 or 3936988. OLE color: 3936988.

HSL color Cylindrical-coordinate representation of color #DC123C: hue angle of 347.52º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC123C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 60 -
CMYK 0 0.92 0.73 0.14
HSL 347.52º 0.85% 0.47% -
HSV(B) 347.52º 0.92% 0.86% -
XYZ 30.55 15.97 5.75 -
YUV 83.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 220 18 60 0 0.92 0.73 0.14 347.52 0.85 0.47
Hex DC 12 3C 0 5C 49 E 15C 55 2F
Octal 334 22 74 0 134 111 16 534 125 57
Binary 11011100 10010 111100 0 1011100 1001001 1110 101011100 1010101 101111

Color Harmonies of #DC123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC123C

Black with #DC123C

Text Example


Text Example

White with #DC123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC123C; }

 p { color: rgb(220,18,60); }

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

background-color css

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

 a { background-color: rgb(220,18,60); }

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

border-color css

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

 span { border-color: rgb(220,18,60); }

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