Html Css Color HEX #DC1541 Crimson

📋 copy color: '#DC1541'

red 220 ◦ green 21 ◦ blue 65

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

Shades of Crimson #DC1541

Tints of Crimson #DC1541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 71.9%
G = 6.86%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1541 (or 0xDC1541) is known color: Crimson. HEX triplet: DC, 15 and 41. RGB value is (220,21,65). Sum of RGB (Red+Green+Blue) = 220+21+65=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1541 is #23EABE. Grayscale: #555555. Windows color (decimal): -2353855 or 4265436. OLE color: 4265436.

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

Color convert

RGB 220 21 65 -
CMYK 0 0.90 0.70 0.14
HSL 346.73º 0.83% 0.47% -
HSV(B) 346.73º 0.9% 0.86% -
XYZ 30.74 16.13 6.5 -
YUV 85.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 220 21 65 0 0.90 0.70 0.14 346.73 0.83 0.47
Hex DC 15 41 0 5A 46 E 15B 53 2F
Octal 334 25 101 0 132 106 16 533 123 57
Binary 11011100 10101 1000001 0 1011010 1000110 1110 101011011 1010011 101111

Color Harmonies of #DC1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1541

Black with #DC1541

Text Example


Text Example

White with #DC1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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