Html Css Color HEX #DC1540 Crimson

📋 copy color: '#DC1540'

red 220 ◦ green 21 ◦ blue 64

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

Shades of Crimson #DC1540

Tints of Crimson #DC1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 72.13%
G = 6.89%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC1540 (or 0xDC1540) is known color: Crimson. HEX triplet: DC, 15 and 40. RGB value is (220,21,64). Sum of RGB (Red+Green+Blue) = 220+21+64=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1540 is #23EABF. Grayscale: #555555. Windows color (decimal): -2353856 or 4199900. OLE color: 4199900.

HSL color Cylindrical-coordinate representation of color #DC1540: hue angle of 347.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1540 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 64 -
CMYK 0 0.90 0.71 0.14
HSL 347.04º 0.83% 0.47% -
HSV(B) 347.04º 0.9% 0.86% -
XYZ 30.71 16.12 6.34 -
YUV 85.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 220 21 64 0 0.90 0.71 0.14 347.04 0.83 0.47
Hex DC 15 40 0 5A 47 E 15B 53 2F
Octal 334 25 100 0 132 107 16 533 123 57
Binary 11011100 10101 1000000 0 1011010 1000111 1110 101011011 1010011 101111

Color Harmonies of #DC1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1540

Black with #DC1540

Text Example


Text Example

White with #DC1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1540; }

 p { color: rgb(220,21,64); }

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

background-color css

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

 a { background-color: rgb(220,21,64); }

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

border-color css

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

 span { border-color: rgb(220,21,64); }

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