#C60142

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

Shades of Crimson #C60142

Tints of Crimson #C60142

Color information

#C60142 (or 0xC60142) is unknown color: approx Crimson. HEX triplet: C6, 01 and 42. RGB value is (198,1,66). Sum of RGB (Red+Green+Blue) = 198+1+66=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60142 is #39FEBD. Grayscale: #434343. Windows color (decimal): -3800766 or 4325830. OLE color: 4325830.

HSL color Cylindrical-coordinate representation of color #C60142: hue angle of 340.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60142 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB198166-
CMYK00.990.670.22
HSL340.2º98.99%39.02%-
HSV(B)340.2º99.49%77.65%-
XYZ24.2812.426.27-
YUV67.31127.27221.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 74.72%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=74.72%
G=0.38%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816600.990.670.22340.298.9939.02
HexC614206343161546327
Octal306110201431032652414347
Binary1100011011000010011000111000011101101010101001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60142; }

 p { color: rgb(198,1,66); }

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

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

 a { background-color: rgb(198,1,66); }

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

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

 span { border-color: rgb(198,1,66); }

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