Html Css Color HEX #DC1D43 Crimson

📋 copy color: '#DC1D43'

red 220 ◦ green 29 ◦ blue 67

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

Shades of Crimson #DC1D43

Tints of Crimson #DC1D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

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

R = 69.62%
G = 9.18%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC1D43 (or 0xDC1D43) is known color: Crimson. HEX triplet: DC, 1D and 43. RGB value is (220,29,67). Sum of RGB (Red+Green+Blue) = 220+29+67=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D43 is #23E2BC. Grayscale: #5A5A5A. Windows color (decimal): -2351805 or 4398556. OLE color: 4398556.

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

Color convert

RGB 220 29 67 -
CMYK 0 0.87 0.70 0.14
HSL 348.06º 0.77% 0.49% -
HSV(B) 348.06º 0.87% 0.86% -
XYZ 30.97 16.5 6.86 -
YUV 90.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 220 29 67 0 0.87 0.70 0.14 348.06 0.77 0.49
Hex DC 1D 43 0 57 46 E 15C 4D 31
Octal 334 35 103 0 127 106 16 534 115 61
Binary 11011100 11101 1000011 0 1010111 1000110 1110 101011100 1001101 110001

Color Harmonies of #DC1D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1D43

Black with #DC1D43

Text Example


Text Example

White with #DC1D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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