#C40148

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

Shades of Crimson #C40148

Tints of Crimson #C40148

Color information

#C40148 (or 0xC40148) is unknown color: approx Crimson. HEX triplet: C4, 01 and 48. RGB value is (196,1,72). Sum of RGB (Red+Green+Blue) = 196+1+72=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C40148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40148 is #3BFEB7. Grayscale: #434343. Windows color (decimal): -3931832 or 4719044. OLE color: 4719044.

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

Color convert

RGB196172-
CMYK00.990.630.23
HSL338.15º98.98%38.63%-
HSV(B)338.15º99.49%76.86%-
XYZ23.9512.237.23-
YUV67.4130.6219.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.86%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=72.86%
G=0.37%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617200.990.630.23338.1598.9838.63
HexC41480633F171526327
Octal30411100143772752214347
Binary110001001100100001100011111111101111010100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40148; }

 p { color: rgb(196,1,72); }

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

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

 a { background-color: rgb(196,1,72); }

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

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

 span { border-color: rgb(196,1,72); }

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