#C70134

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

Shades of Crimson #C70134

Tints of Crimson #C70134

Color information

#C70134 (or 0xC70134) is unknown color: approx Crimson. HEX triplet: C7, 01 and 34. RGB value is (199,1,52). Sum of RGB (Red+Green+Blue) = 199+1+52=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C70134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70134 is #38FECB. Grayscale: #424242. Windows color (decimal): -3735244 or 3408327. OLE color: 3408327.

HSL color Cylindrical-coordinate representation of color #C70134: hue angle of 344.55º 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 #C70134 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB199152-
CMYK00.990.740.22
HSL344.55º99%39.22%-
HSV(B)344.55º99.5%78.04%-
XYZ24.1812.414.37-
YUV66.02120.1222.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.97%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=78.97%
G=0.40%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915200.990.740.22344.559939.22
HexC71340634A161596327
Octal30716401431122653114347
Binary110001111110100011000111001010101101010110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70134; }

 p { color: rgb(199,1,52); }

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

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

 a { background-color: rgb(199,1,52); }

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

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

 span { border-color: rgb(199,1,52); }

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