Html Css Color HEX #DC0841 Crimson

📋 copy color: '#DC0841'

red 220 ◦ green 8 ◦ blue 65

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

Shades of Crimson #DC0841

Tints of Crimson #DC0841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 75.09%
G = 2.73%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC0841 (or 0xDC0841) is known color: Crimson. HEX triplet: DC, 08 and 41. RGB value is (220,8,65). Sum of RGB (Red+Green+Blue) = 220+8+65=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0841 is #23F7BE. Grayscale: #4D4D4D. Windows color (decimal): -2357183 or 4262108. OLE color: 4262108.

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

Color convert

RGB 220 8 65 -
CMYK 0 0.96 0.70 0.14
HSL 343.87º 0.93% 0.45% -
HSV(B) 343.87º 0.96% 0.86% -
XYZ 30.56 15.77 6.43 -
YUV 77.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 220 8 65 0 0.96 0.70 0.14 343.87 0.93 0.45
Hex DC 8 41 0 60 46 E 158 5D 2D
Octal 334 10 101 0 140 106 16 530 135 55
Binary 11011100 1000 1000001 0 1100000 1000110 1110 101011000 1011101 101101

Color Harmonies of #DC0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0841

Black with #DC0841

Text Example


Text Example

White with #DC0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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