Html Css Color HEX #DC1643 Crimson

📋 copy color: '#DC1643'

red 220 ◦ green 22 ◦ blue 67

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

Shades of Crimson #DC1643

Tints of Crimson #DC1643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 71.2%
G = 7.12%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1643 (or 0xDC1643) is known color: Crimson. HEX triplet: DC, 16 and 43. RGB value is (220,22,67). Sum of RGB (Red+Green+Blue) = 220+22+67=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1643 is #23E9BC. Grayscale: #565656. Windows color (decimal): -2353597 or 4396764. OLE color: 4396764.

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

Color convert

RGB 220 22 67 -
CMYK 0 0.9 0.70 0.14
HSL 346.36º 0.82% 0.47% -
HSV(B) 346.36º 0.9% 0.86% -
XYZ 30.82 16.19 6.81 -
YUV 86.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 220 22 67 0 0.9 0.70 0.14 346.36 0.82 0.47
Hex DC 16 43 0 5A 46 E 15A 52 2F
Octal 334 26 103 0 132 106 16 532 122 57
Binary 11011100 10110 1000011 0 1011010 1000110 1110 101011010 1010010 101111

Color Harmonies of #DC1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1643

Black with #DC1643

Text Example


Text Example

White with #DC1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1643; }

 p { color: rgb(220,22,67); }

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

background-color css

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

 a { background-color: rgb(220,22,67); }

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

border-color css

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

 span { border-color: rgb(220,22,67); }

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