Html Css Color HEX #DC0847 Crimson

📋 copy color: '#DC0847'

red 220 ◦ green 8 ◦ blue 71

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

Shades of Crimson #DC0847

Tints of Crimson #DC0847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 73.58%
G = 2.68%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC0847 (or 0xDC0847) is known color: Crimson. HEX triplet: DC, 08 and 47. RGB value is (220,8,71). Sum of RGB (Red+Green+Blue) = 220+8+71=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0847 is #23F7B8. Grayscale: #4E4E4E. Windows color (decimal): -2357177 or 4655324. OLE color: 4655324.

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

Color convert

RGB 220 8 71 -
CMYK 0 0.96 0.68 0.14
HSL 342.17º 0.93% 0.45% -
HSV(B) 342.17º 0.96% 0.86% -
XYZ 30.74 15.84 7.4 -
YUV 78.57 123.74 228.88 -
System Red Green Blue C M Y K H S L
Decimal 220 8 71 0 0.96 0.68 0.14 342.17 0.93 0.45
Hex DC 8 47 0 60 44 E 156 5D 2D
Octal 334 10 107 0 140 104 16 526 135 55
Binary 11011100 1000 1000111 0 1100000 1000100 1110 101010110 1011101 101101

Color Harmonies of #DC0847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0847

Black with #DC0847

Text Example


Text Example

White with #DC0847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0847; }

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

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

background-color css

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

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

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

border-color css

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

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

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