Html Css Color HEX #DC0831 Crimson

📋 copy color: '#DC0831'

red 220 ◦ green 8 ◦ blue 49

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

Shades of Crimson #DC0831

Tints of Crimson #DC0831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 79.42%
G = 2.89%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0831 (or 0xDC0831) is known color: Crimson. HEX triplet: DC, 08 and 31. RGB value is (220,8,49). Sum of RGB (Red+Green+Blue) = 220+8+49=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0831 is #23F7CE. Grayscale: #4C4C4C. Windows color (decimal): -2357199 or 3213532. OLE color: 3213532.

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

Color convert

RGB 220 8 49 -
CMYK 0 0.96 0.78 0.14
HSL 348.4º 0.93% 0.45% -
HSV(B) 348.4º 0.96% 0.86% -
XYZ 30.16 15.61 4.33 -
YUV 76.06 112.74 230.67 -
System Red Green Blue C M Y K H S L
Decimal 220 8 49 0 0.96 0.78 0.14 348.4 0.93 0.45
Hex DC 8 31 0 60 4E E 15C 5D 2D
Octal 334 10 61 0 140 116 16 534 135 55
Binary 11011100 1000 110001 0 1100000 1001110 1110 101011100 1011101 101101

Color Harmonies of #DC0831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0831

Black with #DC0831

Text Example


Text Example

White with #DC0831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0831; }

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

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

background-color css

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

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

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

border-color css

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

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

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