Html Css Color HEX #DC124D Crimson

📋 copy color: '#DC124D'

red 220 ◦ green 18 ◦ blue 77

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

Shades of Crimson #DC124D

Tints of Crimson #DC124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 69.84%
G = 5.71%
B = 24.44%

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

#DC124D (or 0xDC124D) is known color: Crimson. HEX triplet: DC, 12 and 4D. RGB value is (220,18,77). Sum of RGB (Red+Green+Blue) = 220+18+77=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC124D is #23EDB2. Grayscale: #555555. Windows color (decimal): -2354611 or 5051100. OLE color: 5051100.

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

Color convert

RGB 220 18 77 -
CMYK 0 0.92 0.65 0.14
HSL 342.48º 0.85% 0.47% -
HSV(B) 342.48º 0.92% 0.86% -
XYZ 31.07 16.18 8.51 -
YUV 85.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 220 18 77 0 0.92 0.65 0.14 342.48 0.85 0.47
Hex DC 12 4D 0 5C 41 E 156 55 2F
Octal 334 22 115 0 134 101 16 526 125 57
Binary 11011100 10010 1001101 0 1011100 1000001 1110 101010110 1010101 101111

Color Harmonies of #DC124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC124D

Black with #DC124D

Text Example


Text Example

White with #DC124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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