Html Css Color HEX #DC1845 Crimson

📋 copy color: '#DC1845'

red 220 ◦ green 24 ◦ blue 69

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

Shades of Crimson #DC1845

Tints of Crimson #DC1845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 70.29%
G = 7.67%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1845 (or 0xDC1845) is known color: Crimson. HEX triplet: DC, 18 and 45. RGB value is (220,24,69). Sum of RGB (Red+Green+Blue) = 220+24+69=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1845 is #23E7BA. Grayscale: #575757. Windows color (decimal): -2353083 or 4528348. OLE color: 4528348.

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

Color convert

RGB 220 24 69 -
CMYK 0 0.89 0.69 0.14
HSL 346.22º 0.8% 0.48% -
HSV(B) 346.22º 0.89% 0.86% -
XYZ 30.92 16.3 7.15 -
YUV 87.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 220 24 69 0 0.89 0.69 0.14 346.22 0.8 0.48
Hex DC 18 45 0 59 45 E 15A 50 30
Octal 334 30 105 0 131 105 16 532 120 60
Binary 11011100 11000 1000101 0 1011001 1000101 1110 101011010 1010000 110000

Color Harmonies of #DC1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1845

Black with #DC1845

Text Example


Text Example

White with #DC1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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