#D4023A

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

Shades of Crimson #D4023A

Tints of Crimson #D4023A

Color information

#D4023A (or 0xD4023A) is unknown color: approx Crimson. HEX triplet: D4, 02 and 3A. RGB value is (212,2,58). Sum of RGB (Red+Green+Blue) = 212+2+58=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D4023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4023A is #2BFDC5. Grayscale: #474747. Windows color (decimal): -2883014 or 3801812. OLE color: 3801812.

HSL color Cylindrical-coordinate representation of color #D4023A: hue angle of 344º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4023A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB212258-
CMYK00.990.730.17
HSL344º98.13%41.96%-
HSV(B)344º99.06%83.14%-
XYZ27.9414.355.3-
YUV71.17120.57228.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 77.94%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=77.94%
G=0.74%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21225800.990.730.1734498.1341.96
HexD423A0634911158622a
Octal32427201431112153014252
Binary1101010010111010011000111001001100011010110001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4023A; }

 p { color: rgb(212,2,58); }

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

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

 a { background-color: rgb(212,2,58); }

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

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

 span { border-color: rgb(212,2,58); }

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