Html Css Color HEX #DC143E Crimson

📋 copy color: '#DC143E'

red 220 ◦ green 20 ◦ blue 62

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

Shades of Crimson #DC143E

Tints of Crimson #DC143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 72.85%
G = 6.62%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC143E (or 0xDC143E) is known color: Crimson. HEX triplet: DC, 14 and 3E. RGB value is (220,20,62). Sum of RGB (Red+Green+Blue) = 220+20+62=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC143E is #23EBC1. Grayscale: #545454. Windows color (decimal): -2354114 or 4068572. OLE color: 4068572.

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

Color convert

RGB 220 20 62 -
CMYK 0 0.91 0.72 0.14
HSL 347.4º 0.83% 0.47% -
HSV(B) 347.4º 0.91% 0.86% -
XYZ 30.63 16.06 6.04 -
YUV 84.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 220 20 62 0 0.91 0.72 0.14 347.4 0.83 0.47
Hex DC 14 3E 0 5B 48 E 15B 53 2F
Octal 334 24 76 0 133 110 16 533 123 57
Binary 11011100 10100 111110 0 1011011 1001000 1110 101011011 1010011 101111

Color Harmonies of #DC143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC143E

Black with #DC143E

Text Example


Text Example

White with #DC143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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