Html Css Color HEX #DC1538 Crimson

📋 copy color: '#DC1538'

red 220 ◦ green 21 ◦ blue 56

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

Shades of Crimson #DC1538

Tints of Crimson #DC1538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 74.07%
G = 7.07%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC1538 (or 0xDC1538) is known color: Crimson. HEX triplet: DC, 15 and 38. RGB value is (220,21,56). Sum of RGB (Red+Green+Blue) = 220+21+56=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1538 is #23EAC7. Grayscale: #545454. Windows color (decimal): -2353864 or 3675612. OLE color: 3675612.

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

Color convert

RGB 220 21 56 -
CMYK 0 0.90 0.75 0.14
HSL 349.45º 0.83% 0.47% -
HSV(B) 349.45º 0.9% 0.86% -
XYZ 30.5 16.04 5.23 -
YUV 84.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 220 21 56 0 0.90 0.75 0.14 349.45 0.83 0.47
Hex DC 15 38 0 5A 4B E 15D 53 2F
Octal 334 25 70 0 132 113 16 535 123 57
Binary 11011100 10101 111000 0 1011010 1001011 1110 101011101 1010011 101111

Color Harmonies of #DC1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1538

Black with #DC1538

Text Example


Text Example

White with #DC1538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1538; }

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

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

background-color css

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

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

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

border-color css

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

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

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