Html Css Color HEX #DC1E42 Crimson

📋 copy color: '#DC1E42'

red 220 ◦ green 30 ◦ blue 66

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

Shades of Crimson #DC1E42

Tints of Crimson #DC1E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 69.62%
G = 9.49%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC1E42 (or 0xDC1E42) is known color: Crimson. HEX triplet: DC, 1E and 42. RGB value is (220,30,66). Sum of RGB (Red+Green+Blue) = 220+30+66=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1E42 is #23E1BD. Grayscale: #5A5A5A. Windows color (decimal): -2351550 or 4333276. OLE color: 4333276.

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

Color convert

RGB 220 30 66 -
CMYK 0 0.86 0.7 0.14
HSL 348.63º 0.76% 0.49% -
HSV(B) 348.63º 0.86% 0.86% -
XYZ 30.96 16.54 6.71 -
YUV 90.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 220 30 66 0 0.86 0.7 0.14 348.63 0.76 0.49
Hex DC 1E 42 0 56 46 E 15D 4C 31
Octal 334 36 102 0 126 106 16 535 114 61
Binary 11011100 11110 1000010 0 1010110 1000110 1110 101011101 1001100 110001

Color Harmonies of #DC1E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E42

Black with #DC1E42

Text Example


Text Example

White with #DC1E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E42; }

 p { color: rgb(220,30,66); }

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

background-color css

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

 a { background-color: rgb(220,30,66); }

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

border-color css

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

 span { border-color: rgb(220,30,66); }

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