#D60132

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

Shades of Crimson #D60132

Tints of Crimson #D60132

Color information

#D60132 (or 0xD60132) is unknown color: approx Crimson. HEX triplet: D6, 01 and 32. RGB value is (214,1,50). Sum of RGB (Red+Green+Blue) = 214+1+50=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D60132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60132 is #29FECD. Grayscale: #464646. Windows color (decimal): -2752206 or 3277270. OLE color: 3277270.

HSL color Cylindrical-coordinate representation of color #D60132: hue angle of 346.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60132 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB214150-
CMYK01.000.770.16
HSL346.2º99.07%42.16%-
HSV(B)346.2º99.53%83.92%-
XYZ28.3214.554.33-
YUV70.27116.57230.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 80.75%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=80.75%
G=0.38%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415001.000.770.16346.299.0742.16
HexD61320644D1015a632a
Octal32616201441152053214352
Binary110101101110010011001001001101100001010110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60132; }

 p { color: rgb(214,1,50); }

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

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

 a { background-color: rgb(214,1,50); }

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

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

 span { border-color: rgb(214,1,50); }

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