Html Css Color HEX #DC1E3C Crimson

📋 copy color: '#DC1E3C'

red 220 ◦ green 30 ◦ blue 60

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

Shades of Crimson #DC1E3C

Tints of Crimson #DC1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 70.97%
G = 9.68%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC1E3C (or 0xDC1E3C) is known color: Crimson. HEX triplet: DC, 1E and 3C. RGB value is (220,30,60). Sum of RGB (Red+Green+Blue) = 220+30+60=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E3C is #23E1C3. Grayscale: #5A5A5A. Windows color (decimal): -2351556 or 3940060. OLE color: 3940060.

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

Color convert

RGB 220 30 60 -
CMYK 0 0.86 0.73 0.14
HSL 350.53º 0.76% 0.49% -
HSV(B) 350.53º 0.86% 0.86% -
XYZ 30.8 16.47 5.83 -
YUV 90.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 220 30 60 0 0.86 0.73 0.14 350.53 0.76 0.49
Hex DC 1E 3C 0 56 49 E 15F 4C 31
Octal 334 36 74 0 126 111 16 537 114 61
Binary 11011100 11110 111100 0 1010110 1001001 1110 101011111 1001100 110001

Color Harmonies of #DC1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E3C

Black with #DC1E3C

Text Example


Text Example

White with #DC1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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