#D40F42

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

Shades of Crimson #D40F42

Tints of Crimson #D40F42

Color information

#D40F42 (or 0xD40F42) is unknown color: approx Crimson. HEX triplet: D4, 0F and 42. RGB value is (212,15,66). Sum of RGB (Red+Green+Blue) = 212+15+66=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40F42 is #2BF0BD. Grayscale: #4F4F4F. Windows color (decimal): -2879678 or 4329428. OLE color: 4329428.

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

Color convert

RGB2121566-
CMYK00.930.690.17
HSL344.47º86.78%44.51%-
HSV(B)344.47º92.92%83.14%-
XYZ28.3114.736.51-
YUV79.72120.27222.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 72.35%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=72.35%
G=5.12%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212156600.930.690.17344.4786.7844.51
HexD4F4205D4511158572d
Octal3241710201351052153012755
Binary1101010011111000010010111011000101100011010110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40F42; }

 p { color: rgb(212,15,66); }

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

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

 a { background-color: rgb(212,15,66); }

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

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

 span { border-color: rgb(212,15,66); }

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