Html Css Color HEX #DC1343 Crimson

📋 copy color: '#DC1343'

red 220 ◦ green 19 ◦ blue 67

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

Shades of Crimson #DC1343

Tints of Crimson #DC1343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 71.9%
G = 6.21%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1343 (or 0xDC1343) is known color: Crimson. HEX triplet: DC, 13 and 43. RGB value is (220,19,67). Sum of RGB (Red+Green+Blue) = 220+19+67=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1343 is #23ECBC. Grayscale: #545454. Windows color (decimal): -2354365 or 4395996. OLE color: 4395996.

HSL color Cylindrical-coordinate representation of color #DC1343: hue angle of 345.67º degrees, saturation: 0.84, 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 #DC1343 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 67 -
CMYK 0 0.91 0.70 0.14
HSL 345.67º 0.84% 0.47% -
HSV(B) 345.67º 0.91% 0.86% -
XYZ 30.76 16.09 6.79 -
YUV 84.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 220 19 67 0 0.91 0.70 0.14 345.67 0.84 0.47
Hex DC 13 43 0 5B 46 E 15A 54 2F
Octal 334 23 103 0 133 106 16 532 124 57
Binary 11011100 10011 1000011 0 1011011 1000110 1110 101011010 1010100 101111

Color Harmonies of #DC1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1343

Black with #DC1343

Text Example


Text Example

White with #DC1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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