#D91232

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

Shades of Crimson #D91232

Tints of Crimson #D91232

Color information

#D91232 (or 0xD91232) is unknown color: approx Crimson. HEX triplet: D9, 12 and 32. RGB value is (217,18,50). Sum of RGB (Red+Green+Blue) = 217+18+50=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D91232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91232 is #26EDCD. Grayscale: #515151. Windows color (decimal): -2551246 or 3281625. OLE color: 3281625.

HSL color Cylindrical-coordinate representation of color #D91232: hue angle of 350.35º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91232 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2171850-
CMYK00.920.770.15
HSL350.35º84.68%46.08%-
HSV(B)350.35º91.71%85.1%-
XYZ29.4115.414.44-
YUV81.15110.43224.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 76.14%
GREEN value IS 18 (7.42% from 255) = 6.32%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=76.14%
G=6.32%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217185000.920.770.15350.3584.6846.08
HexD9123205C4DF15e552e
Octal331226201341151753612556
Binary110110011001011001001011100100110111111010111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91232; }

 p { color: rgb(217,18,50); }

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

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

 a { background-color: rgb(217,18,50); }

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

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

 span { border-color: rgb(217,18,50); }

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