Html Css Color HEX #DC053C Crimson

📋 copy color: '#DC053C'

red 220 ◦ green 5 ◦ blue 60

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

Shades of Crimson #DC053C

Tints of Crimson #DC053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 77.19%
G = 1.75%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC053C (or 0xDC053C) is known color: Crimson. HEX triplet: DC, 05 and 3C. RGB value is (220,5,60). Sum of RGB (Red+Green+Blue) = 220+5+60=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC053C is #23FAC3. Grayscale: #4B4B4B. Windows color (decimal): -2357956 or 3933660. OLE color: 3933660.

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

Color convert

RGB 220 5 60 -
CMYK 0 0.98 0.73 0.14
HSL 344.65º 0.96% 0.44% -
HSV(B) 344.65º 0.98% 0.86% -
XYZ 30.39 15.65 5.69 -
YUV 75.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 220 5 60 0 0.98 0.73 0.14 344.65 0.96 0.44
Hex DC 5 3C 0 62 49 E 159 60 2C
Octal 334 5 74 0 142 111 16 531 140 54
Binary 11011100 101 111100 0 1100010 1001001 1110 101011001 1100000 101100

Color Harmonies of #DC053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC053C

Black with #DC053C

Text Example


Text Example

White with #DC053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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