Html Css Color HEX #DC1347 Crimson

📋 copy color: '#DC1347'

red 220 ◦ green 19 ◦ blue 71

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

Shades of Crimson #DC1347

Tints of Crimson #DC1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 70.97%
G = 6.13%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC1347 (or 0xDC1347) is known color: Crimson. HEX triplet: DC, 13 and 47. RGB value is (220,19,71). Sum of RGB (Red+Green+Blue) = 220+19+71=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1347 is #23ECB8. Grayscale: #555555. Windows color (decimal): -2354361 or 4658140. OLE color: 4658140.

HSL color Cylindrical-coordinate representation of color #DC1347: hue angle of 344.48º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1347 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 71 -
CMYK 0 0.91 0.68 0.14
HSL 344.48º 0.84% 0.47% -
HSV(B) 344.48º 0.91% 0.86% -
XYZ 30.89 16.14 7.45 -
YUV 85.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 220 19 71 0 0.91 0.68 0.14 344.48 0.84 0.47
Hex DC 13 47 0 5B 44 E 158 54 2F
Octal 334 23 107 0 133 104 16 530 124 57
Binary 11011100 10011 1000111 0 1011011 1000100 1110 101011000 1010100 101111

Color Harmonies of #DC1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1347

Black with #DC1347

Text Example


Text Example

White with #DC1347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1347; }

 p { color: rgb(220,19,71); }

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

background-color css

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

 a { background-color: rgb(220,19,71); }

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

border-color css

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

 span { border-color: rgb(220,19,71); }

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