#C70E4E

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

Shades of Cardinal #C70E4E

Tints of Cardinal #C70E4E

Color information

#C70E4E (or 0xC70E4E) is unknown color: approx Cardinal. HEX triplet: C7, 0E and 4E. RGB value is (199,14,78). Sum of RGB (Red+Green+Blue) = 199+14+78=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E4E is #38F1B1. Grayscale: #4C4C4C. Windows color (decimal): -3731890 or 5115591. OLE color: 5115591.

HSL color Cylindrical-coordinate representation of color #C70E4E: hue angle of 339.24º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E4E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1991478-
CMYK00.930.610.22
HSL339.24º86.85%41.76%-
HSV(B)339.24º92.96%78.04%-
XYZ25.0913.018.4-
YUV76.61128.79215.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 14 (5.86% from 255) = 4.81%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=68.38%
G=4.81%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199147800.930.610.22339.2486.8541.76
HexC7E4E05D3D16153572a
Octal307161160135752652312752
Binary110001111110100111001011101111101101101010100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70E4E; }

 p { color: rgb(199,14,78); }

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

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

 a { background-color: rgb(199,14,78); }

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

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

 span { border-color: rgb(199,14,78); }

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