Html Css Color HEX #DC203E Crimson

📋 copy color: '#DC203E'

red 220 ◦ green 32 ◦ blue 62

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

Shades of Crimson #DC203E

Tints of Crimson #DC203E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 70.06%
G = 10.19%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC203E (or 0xDC203E) is known color: Crimson. HEX triplet: DC, 20 and 3E. RGB value is (220,32,62). Sum of RGB (Red+Green+Blue) = 220+32+62=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC203E is #23DFC1. Grayscale: #5B5B5B. Windows color (decimal): -2351042 or 4071644. OLE color: 4071644.

HSL color Cylindrical-coordinate representation of color #DC203E: hue angle of 350.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC203E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 62 -
CMYK 0 0.85 0.72 0.14
HSL 350.43º 0.75% 0.49% -
HSV(B) 350.43º 0.85% 0.86% -
XYZ 30.9 16.6 6.13 -
YUV 91.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 220 32 62 0 0.85 0.72 0.14 350.43 0.75 0.49
Hex DC 20 3E 0 55 48 E 15E 4B 31
Octal 334 40 76 0 125 110 16 536 113 61
Binary 11011100 100000 111110 0 1010101 1001000 1110 101011110 1001011 110001

Color Harmonies of #DC203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC203E

Black with #DC203E

Text Example


Text Example

White with #DC203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC203E; }

 p { color: rgb(220,32,62); }

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

background-color css

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

 a { background-color: rgb(220,32,62); }

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

border-color css

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

 span { border-color: rgb(220,32,62); }

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