#D71432

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

Shades of Crimson #D71432

Tints of Crimson #D71432

Color information

#D71432 (or 0xD71432) is unknown color: approx Crimson. HEX triplet: D7, 14 and 32. RGB value is (215,20,50). Sum of RGB (Red+Green+Blue) = 215+20+50=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D71432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71432 is #28EBCD. Grayscale: #515151. Windows color (decimal): -2681806 or 3282135. OLE color: 3282135.

HSL color Cylindrical-coordinate representation of color #D71432: hue angle of 350.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71432 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2152050-
CMYK00.910.770.16
HSL350.77º82.98%46.08%-
HSV(B)350.77º90.7%84.31%-
XYZ28.8515.184.43-
YUV81.72110.1223.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.44%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=75.44%
G=7.02%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215205000.910.770.16350.7782.9846.08
HexD7143205B4D1015f532e
Octal327246201331152053712356
Binary1101011110100110010010110111001101100001010111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71432; }

 p { color: rgb(215,20,50); }

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

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

 a { background-color: rgb(215,20,50); }

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

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

 span { border-color: rgb(215,20,50); }

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