Html Css Color HEX #DC1743 Crimson

📋 copy color: '#DC1743'

red 220 ◦ green 23 ◦ blue 67

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

Shades of Crimson #DC1743

Tints of Crimson #DC1743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 70.97%
G = 7.42%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1743 (or 0xDC1743) is known color: Crimson. HEX triplet: DC, 17 and 43. RGB value is (220,23,67). Sum of RGB (Red+Green+Blue) = 220+23+67=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1743 is #23E8BC. Grayscale: #565656. Windows color (decimal): -2353341 or 4397020. OLE color: 4397020.

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

Color convert

RGB 220 23 67 -
CMYK 0 0.90 0.70 0.14
HSL 346.6º 0.81% 0.48% -
HSV(B) 346.6º 0.9% 0.86% -
XYZ 30.83 16.23 6.82 -
YUV 86.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 220 23 67 0 0.90 0.70 0.14 346.6 0.81 0.48
Hex DC 17 43 0 5A 46 E 15B 51 30
Octal 334 27 103 0 132 106 16 533 121 60
Binary 11011100 10111 1000011 0 1011010 1000110 1110 101011011 1010001 110000

Color Harmonies of #DC1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1743

Black with #DC1743

Text Example


Text Example

White with #DC1743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1743; }

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

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

background-color css

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

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

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

border-color css

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

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

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