Html Css Color HEX #DC1145 Crimson

📋 copy color: '#DC1145'

red 220 ◦ green 17 ◦ blue 69

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

Shades of Crimson #DC1145

Tints of Crimson #DC1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 71.9%
G = 5.56%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1145 (or 0xDC1145) is known color: Crimson. HEX triplet: DC, 11 and 45. RGB value is (220,17,69). Sum of RGB (Red+Green+Blue) = 220+17+69=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1145 is #23EEBA. Grayscale: #535353. Windows color (decimal): -2354875 or 4526556. OLE color: 4526556.

HSL color Cylindrical-coordinate representation of color #DC1145: hue angle of 344.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1145 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 69 -
CMYK 0 0.92 0.69 0.14
HSL 344.63º 0.86% 0.46% -
HSV(B) 344.63º 0.92% 0.86% -
XYZ 30.79 16.05 7.1 -
YUV 83.63 119.75 225.27 -
System Red Green Blue C M Y K H S L
Decimal 220 17 69 0 0.92 0.69 0.14 344.63 0.86 0.46
Hex DC 11 45 0 5C 45 E 159 56 2E
Octal 334 21 105 0 134 105 16 531 126 56
Binary 11011100 10001 1000101 0 1011100 1000101 1110 101011001 1010110 101110

Color Harmonies of #DC1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1145

Black with #DC1145

Text Example


Text Example

White with #DC1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1145; }

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

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

background-color css

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

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

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

border-color css

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

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

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