Html Css Color HEX #DC203D Crimson

📋 copy color: '#DC203D'

red 220 ◦ green 32 ◦ blue 61

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

Shades of Crimson #DC203D

Tints of Crimson #DC203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 70.29%
G = 10.22%
B = 19.49%

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

#DC203D (or 0xDC203D) is known color: Crimson. HEX triplet: DC, 20 and 3D. RGB value is (220,32,61). Sum of RGB (Red+Green+Blue) = 220+32+61=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC203D is #23DFC2. Grayscale: #5B5B5B. Windows color (decimal): -2351043 or 4006108. OLE color: 4006108.

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

Color convert

RGB 220 32 61 -
CMYK 0 0.85 0.72 0.14
HSL 350.74º 0.75% 0.49% -
HSV(B) 350.74º 0.85% 0.86% -
XYZ 30.87 16.59 5.99 -
YUV 91.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 220 32 61 0 0.85 0.72 0.14 350.74 0.75 0.49
Hex DC 20 3D 0 55 48 E 15F 4B 31
Octal 334 40 75 0 125 110 16 537 113 61
Binary 11011100 100000 111101 0 1010101 1001000 1110 101011111 1001011 110001

Color Harmonies of #DC203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC203D

Black with #DC203D

Text Example


Text Example

White with #DC203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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