#d20f40

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

Shades of Crimson #D20F40

Tints of Crimson #D20F40

Color information

#D20F40 (or 0xD20F40) is unknown color: approx Crimson. HEX triplet: D2, 0F and 40. RGB value is (210,15,64). Sum of RGB (Red+Green+Blue) = 210+15+64=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20F40 is #2DF0BF. Grayscale: #4E4E4E. Windows color (decimal): -3010752 or 4198354. OLE color: 4198354.

HSL color Cylindrical-coordinate representation of color #D20F40: hue angle of 344.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F40 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2101564-
CMYK00.930.700.18
HSL344.92º86.67%44.12%-
HSV(B)344.92º92.86%82.35%-
XYZ27.6714.416.17-
YUV78.89119.6221.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 72.66%
GREEN value IS 15 (6.25% from 255) = 5.19%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=72.66%
G=5.19%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210156400.930.700.18344.9286.6744.12
HexD2F4005D4612159572c
Octal3221710001351062253112754
Binary1101001011111000000010111011000110100101010110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d20f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d20f40; }

 p { color: rgb(210,15,64); }

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

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

 a { background-color: rgb(210,15,64); }

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

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

 span { border-color: rgb(210,15,64); }

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