Html Css Color HEX #DC203F Crimson

📋 copy color: '#DC203F'

red 220 ◦ green 32 ◦ blue 63

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

Shades of Crimson #DC203F

Tints of Crimson #DC203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 69.84%
G = 10.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC203F (or 0xDC203F) is known color: Crimson. HEX triplet: DC, 20 and 3F. RGB value is (220,32,63). Sum of RGB (Red+Green+Blue) = 220+32+63=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC203F is #23DFC0. Grayscale: #5B5B5B. Windows color (decimal): -2351041 or 4137180. OLE color: 4137180.

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

Color convert

RGB 220 32 63 -
CMYK 0 0.85 0.71 0.14
HSL 350.11º 0.75% 0.49% -
HSV(B) 350.11º 0.85% 0.86% -
XYZ 30.93 16.61 6.28 -
YUV 91.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 220 32 63 0 0.85 0.71 0.14 350.11 0.75 0.49
Hex DC 20 3F 0 55 47 E 15E 4B 31
Octal 334 40 77 0 125 107 16 536 113 61
Binary 11011100 100000 111111 0 1010101 1000111 1110 101011110 1001011 110001

Color Harmonies of #DC203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC203F

Black with #DC203F

Text Example


Text Example

White with #DC203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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