#C70A35

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

Shades of Cardinal #C70A35

Tints of Cardinal #C70A35

Color information

#C70A35 (or 0xC70A35) is unknown color: approx Cardinal. HEX triplet: C7, 0A and 35. RGB value is (199,10,53). Sum of RGB (Red+Green+Blue) = 199+10+53=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A35 is #38F5CA. Grayscale: #474747. Windows color (decimal): -3732939 or 3476167. OLE color: 3476167.

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

Color convert

RGB1991053-
CMYK00.950.730.22
HSL346.35º90.43%40.98%-
HSV(B)346.35º94.97%78.04%-
XYZ24.312.624.52-
YUV71.41117.62219-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.95%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=75.95%
G=3.82%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199105300.950.730.22346.3590.4340.98
HexC7A3505F491615a5a29
Octal307126501371112653213251
Binary110001111010110101010111111001001101101010110101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A35; }

 p { color: rgb(199,10,53); }

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

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

 a { background-color: rgb(199,10,53); }

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

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

 span { border-color: rgb(199,10,53); }

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