Html Css Color HEX #DC0131 Crimson

📋 copy color: '#DC0131'

red 220 ◦ green 1 ◦ blue 49

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

Shades of Crimson #DC0131

Tints of Crimson #DC0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 81.48%
G = 0.37%
B = 18.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0131 (or 0xDC0131) is known color: Crimson. HEX triplet: DC, 01 and 31. RGB value is (220,1,49). Sum of RGB (Red+Green+Blue) = 220+1+49=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0131 is #23FECE. Grayscale: #474747. Windows color (decimal): -2358991 or 3211740. OLE color: 3211740.

HSL color Cylindrical-coordinate representation of color #DC0131: hue angle of 346.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0131 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 49 -
CMYK 0 1.00 0.78 0.14
HSL 346.85º 0.99% 0.43% -
HSV(B) 346.85º 1% 0.86% -
XYZ 30.08 15.46 4.3 -
YUV 71.95 115.05 233.6 -
System Red Green Blue C M Y K H S L
Decimal 220 1 49 0 1.00 0.78 0.14 346.85 0.99 0.43
Hex DC 1 31 0 64 4E E 15B 63 2B
Octal 334 1 61 0 144 116 16 533 143 53
Binary 11011100 1 110001 0 1100100 1001110 1110 101011011 1100011 101011

Color Harmonies of #DC0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0131

Black with #DC0131

Text Example


Text Example

White with #DC0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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