Html Css Color HEX #DC1838 Crimson

📋 copy color: '#DC1838'

red 220 ◦ green 24 ◦ blue 56

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

Shades of Crimson #DC1838

Tints of Crimson #DC1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 73.33%
G = 8%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC1838 (or 0xDC1838) is known color: Crimson. HEX triplet: DC, 18 and 38. RGB value is (220,24,56). Sum of RGB (Red+Green+Blue) = 220+24+56=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1838 is #23E7C7. Grayscale: #565656. Windows color (decimal): -2353096 or 3676380. OLE color: 3676380.

HSL color Cylindrical-coordinate representation of color #DC1838: hue angle of 350.2º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1838 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 56 -
CMYK 0 0.89 0.75 0.14
HSL 350.2º 0.8% 0.48% -
HSV(B) 350.2º 0.89% 0.86% -
XYZ 30.56 16.15 5.25 -
YUV 86.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 220 24 56 0 0.89 0.75 0.14 350.2 0.8 0.48
Hex DC 18 38 0 59 4B E 15E 50 30
Octal 334 30 70 0 131 113 16 536 120 60
Binary 11011100 11000 111000 0 1011001 1001011 1110 101011110 1010000 110000

Color Harmonies of #DC1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1838

Black with #DC1838

Text Example


Text Example

White with #DC1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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