Html Css Color HEX #DC0531 Crimson

📋 copy color: '#DC0531'

red 220 ◦ green 5 ◦ blue 49

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

Shades of Crimson #DC0531

Tints of Crimson #DC0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 80.29%
G = 1.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0531 (or 0xDC0531) is known color: Crimson. HEX triplet: DC, 05 and 31. RGB value is (220,5,49). Sum of RGB (Red+Green+Blue) = 220+5+49=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0531 is #23FACE. Grayscale: #4A4A4A. Windows color (decimal): -2357967 or 3212764. OLE color: 3212764.

HSL color Cylindrical-coordinate representation of color #DC0531: hue angle of 347.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0531 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 49 -
CMYK 0 0.98 0.78 0.14
HSL 347.72º 0.96% 0.44% -
HSV(B) 347.72º 0.98% 0.86% -
XYZ 30.12 15.55 4.32 -
YUV 74.3 113.73 231.92 -
System Red Green Blue C M Y K H S L
Decimal 220 5 49 0 0.98 0.78 0.14 347.72 0.96 0.44
Hex DC 5 31 0 62 4E E 15C 60 2C
Octal 334 5 61 0 142 116 16 534 140 54
Binary 11011100 101 110001 0 1100010 1001110 1110 101011100 1100000 101100

Color Harmonies of #DC0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0531

Black with #DC0531

Text Example


Text Example

White with #DC0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0531; }

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

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

background-color css

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

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

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

border-color css

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

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

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