#D40E4C

Color #D40E4C Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D40E4C

Tints of Crimson #D40E4C

Color information

#D40E4C (or 0xD40E4C) is unknown color: approx Crimson. HEX triplet: D4, 0E and 4C. RGB value is (212,14,76). Sum of RGB (Red+Green+Blue) = 212+14+76=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E4C is #2BF1B3. Grayscale: #505050. Windows color (decimal): -2879924 or 4984532. OLE color: 4984532.

HSL color Cylindrical-coordinate representation of color #D40E4C: hue angle of 341.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E4C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB2121476-
CMYK00.930.640.17
HSL341.21º87.61%44.31%-
HSV(B)341.21º93.4%83.14%-
XYZ28.6114.838.19-
YUV80.27125.6221.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.20%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=70.20%
G=4.64%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212147600.930.640.17341.2187.6144.31
HexD4E4C05D4011155582c
Octal3241611401351002152513054
Binary1101010011101001100010111011000000100011010101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40E4C; }

 p { color: rgb(212,14,76); }

 H1.HeaderClassName
 {
   color: #D40E4C;
 }
 .AnyTagClassName
 {
   color: #D40E4C;
 }
</style>
background-color css

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

 a { background-color: rgb(212,14,76); }

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

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

 span { border-color: rgb(212,14,76); }

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