#D60933

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

Shades of Crimson #D60933

Tints of Crimson #D60933

Color information

#D60933 (or 0xD60933) is unknown color: approx Crimson. HEX triplet: D6, 09 and 33. RGB value is (214,9,51). Sum of RGB (Red+Green+Blue) = 214+9+51=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60933 is #29F6CC. Grayscale: #4B4B4B. Windows color (decimal): -2750157 or 3344854. OLE color: 3344854.

HSL color Cylindrical-coordinate representation of color #D60933: hue angle of 347.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60933 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB214951-
CMYK00.960.760.16
HSL347.71º91.93%43.73%-
HSV(B)347.71º95.79%83.92%-
XYZ28.4314.734.48-
YUV75.08114.42227.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=78.10%
G=3.28%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21495100.960.760.16347.7191.9343.73
HexD69330604C1015c5c2c
Octal326116301401142053413454
Binary110101101001110011011000001001100100001010111001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60933; }

 p { color: rgb(214,9,51); }

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

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

 a { background-color: rgb(214,9,51); }

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

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

 span { border-color: rgb(214,9,51); }

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