Html Css Color HEX #DC0843 Crimson

📋 copy color: '#DC0843'

red 220 ◦ green 8 ◦ blue 67

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

Shades of Crimson #DC0843

Tints of Crimson #DC0843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 74.58%
G = 2.71%
B = 22.71%

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

#DC0843 (or 0xDC0843) is known color: Crimson. HEX triplet: DC, 08 and 43. RGB value is (220,8,67). Sum of RGB (Red+Green+Blue) = 220+8+67=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0843 is #23F7BC. Grayscale: #4E4E4E. Windows color (decimal): -2357181 or 4393180. OLE color: 4393180.

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

Color convert

RGB 220 8 67 -
CMYK 0 0.96 0.70 0.14
HSL 343.3º 0.93% 0.45% -
HSV(B) 343.3º 0.96% 0.86% -
XYZ 30.62 15.79 6.75 -
YUV 78.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 220 8 67 0 0.96 0.70 0.14 343.3 0.93 0.45
Hex DC 8 43 0 60 46 E 157 5D 2D
Octal 334 10 103 0 140 106 16 527 135 55
Binary 11011100 1000 1000011 0 1100000 1000110 1110 101010111 1011101 101101

Color Harmonies of #DC0843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0843

Black with #DC0843

Text Example


Text Example

White with #DC0843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0843; }

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

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

background-color css

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

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

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

border-color css

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

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

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