Html Css Color HEX #DC1243 Crimson

📋 copy color: '#DC1243'

red 220 ◦ green 18 ◦ blue 67

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

Shades of Crimson #DC1243

Tints of Crimson #DC1243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 72.13%
G = 5.9%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1243 (or 0xDC1243) is known color: Crimson. HEX triplet: DC, 12 and 43. RGB value is (220,18,67). Sum of RGB (Red+Green+Blue) = 220+18+67=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1243 is #23EDBC. Grayscale: #535353. Windows color (decimal): -2354621 or 4395740. OLE color: 4395740.

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

Color convert

RGB 220 18 67 -
CMYK 0 0.92 0.70 0.14
HSL 345.45º 0.85% 0.47% -
HSV(B) 345.45º 0.92% 0.86% -
XYZ 30.74 16.05 6.79 -
YUV 83.98 118.42 225.02 -
System Red Green Blue C M Y K H S L
Decimal 220 18 67 0 0.92 0.70 0.14 345.45 0.85 0.47
Hex DC 12 43 0 5C 46 E 159 55 2F
Octal 334 22 103 0 134 106 16 531 125 57
Binary 11011100 10010 1000011 0 1011100 1000110 1110 101011001 1010101 101111

Color Harmonies of #DC1243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1243

Black with #DC1243

Text Example


Text Example

White with #DC1243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1243; }

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

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

background-color css

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

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

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

border-color css

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

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

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