Html Css Color HEX #DC0537 Crimson

📋 copy color: '#DC0537'

red 220 ◦ green 5 ◦ blue 55

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

Shades of Crimson #DC0537

Tints of Crimson #DC0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 78.57%
G = 1.79%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0537 (or 0xDC0537) is known color: Crimson. HEX triplet: DC, 05 and 37. RGB value is (220,5,55). Sum of RGB (Red+Green+Blue) = 220+5+55=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0537 is #23FAC8. Grayscale: #4B4B4B. Windows color (decimal): -2357961 or 3605980. OLE color: 3605980.

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

Color convert

RGB 220 5 55 -
CMYK 0 0.98 0.75 0.14
HSL 346.05º 0.96% 0.44% -
HSV(B) 346.05º 0.98% 0.86% -
XYZ 30.26 15.6 5.03 -
YUV 74.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 220 5 55 0 0.98 0.75 0.14 346.05 0.96 0.44
Hex DC 5 37 0 62 4B E 15A 60 2C
Octal 334 5 67 0 142 113 16 532 140 54
Binary 11011100 101 110111 0 1100010 1001011 1110 101011010 1100000 101100

Color Harmonies of #DC0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0537

Black with #DC0537

Text Example


Text Example

White with #DC0537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0537; }

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

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

background-color css

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

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

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

border-color css

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

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

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