#C70B3F

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

Shades of Cardinal #C70B3F

Tints of Cardinal #C70B3F

Color information

#C70B3F (or 0xC70B3F) is unknown color: approx Cardinal. HEX triplet: C7, 0B and 3F. RGB value is (199,11,63). Sum of RGB (Red+Green+Blue) = 199+11+63=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B3F is #38F4C0. Grayscale: #494949. Windows color (decimal): -3732673 or 4131783. OLE color: 4131783.

HSL color Cylindrical-coordinate representation of color #C70B3F: hue angle of 343.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B3F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1991163-
CMYK00.940.680.22
HSL343.4º89.52%41.18%-
HSV(B)343.4º94.47%78.04%-
XYZ24.5712.745.87-
YUV73.14122.28217.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.89%
GREEN value IS 11 (4.69% from 255) = 4.03%
BLUE value IS 63 (25% from 255) = 23.08%
R=72.89%
G=4.03%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199116300.940.680.22343.489.5241.18
HexC7B3F05E44161575a29
Octal307137701361042652713251
Binary110001111011111111010111101000100101101010101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70B3F; }

 p { color: rgb(199,11,63); }

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

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

 a { background-color: rgb(199,11,63); }

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

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

 span { border-color: rgb(199,11,63); }

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