Html Css Color HEX #DC0849 Crimson

📋 copy color: '#DC0849'

red 220 ◦ green 8 ◦ blue 73

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

Shades of Crimson #DC0849

Tints of Crimson #DC0849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 73.09%
G = 2.66%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC0849 (or 0xDC0849) is known color: Crimson. HEX triplet: DC, 08 and 49. RGB value is (220,8,73). Sum of RGB (Red+Green+Blue) = 220+8+73=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0849 is #23F7B6. Grayscale: #4E4E4E. Windows color (decimal): -2357175 or 4786396. OLE color: 4786396.

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

Color convert

RGB 220 8 73 -
CMYK 0 0.96 0.67 0.14
HSL 341.6º 0.93% 0.45% -
HSV(B) 341.6º 0.96% 0.86% -
XYZ 30.8 15.87 7.74 -
YUV 78.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 220 8 73 0 0.96 0.67 0.14 341.6 0.93 0.45
Hex DC 8 49 0 60 43 E 156 5D 2D
Octal 334 10 111 0 140 103 16 526 135 55
Binary 11011100 1000 1001001 0 1100000 1000011 1110 101010110 1011101 101101

Color Harmonies of #DC0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0849

Black with #DC0849

Text Example


Text Example

White with #DC0849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0849; }

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

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

background-color css

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

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

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

border-color css

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

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

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