Html Css Color HEX #DC053A Crimson

📋 copy color: '#DC053A'

red 220 ◦ green 5 ◦ blue 58

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

Shades of Crimson #DC053A

Tints of Crimson #DC053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 77.74%
G = 1.77%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC053A (or 0xDC053A) is known color: Crimson. HEX triplet: DC, 05 and 3A. RGB value is (220,5,58). Sum of RGB (Red+Green+Blue) = 220+5+58=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC053A is #23FAC5. Grayscale: #4B4B4B. Windows color (decimal): -2357958 or 3802588. OLE color: 3802588.

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

Color convert

RGB 220 5 58 -
CMYK 0 0.98 0.74 0.14
HSL 345.21º 0.96% 0.44% -
HSV(B) 345.21º 0.98% 0.86% -
XYZ 30.33 15.63 5.42 -
YUV 75.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 220 5 58 0 0.98 0.74 0.14 345.21 0.96 0.44
Hex DC 5 3A 0 62 4A E 159 60 2C
Octal 334 5 72 0 142 112 16 531 140 54
Binary 11011100 101 111010 0 1100010 1001010 1110 101011001 1100000 101100

Color Harmonies of #DC053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC053A

Black with #DC053A

Text Example


Text Example

White with #DC053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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