Html Css Color HEX #DC124C Crimson

📋 copy color: '#DC124C'

red 220 ◦ green 18 ◦ blue 76

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

Shades of Crimson #DC124C

Tints of Crimson #DC124C

RGB

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

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

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

R = 70.06%
G = 5.73%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC124C (or 0xDC124C) is known color: Crimson. HEX triplet: DC, 12 and 4C. RGB value is (220,18,76). Sum of RGB (Red+Green+Blue) = 220+18+76=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC124C is #23EDB3. Grayscale: #545454. Windows color (decimal): -2354612 or 4985564. OLE color: 4985564.

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

Color convert

RGB 220 18 76 -
CMYK 0 0.92 0.65 0.14
HSL 342.77º 0.85% 0.47% -
HSV(B) 342.77º 0.92% 0.86% -
XYZ 31.04 16.17 8.32 -
YUV 85.01 122.92 224.28 -
System Red Green Blue C M Y K H S L
Decimal 220 18 76 0 0.92 0.65 0.14 342.77 0.85 0.47
Hex DC 12 4C 0 5C 41 E 157 55 2F
Octal 334 22 114 0 134 101 16 527 125 57
Binary 11011100 10010 1001100 0 1011100 1000001 1110 101010111 1010101 101111

Color Harmonies of #DC124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC124C

Black with #DC124C

Text Example


Text Example

White with #DC124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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