#C70739

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

Shades of Cardinal #C70739

Tints of Cardinal #C70739

Color information

#C70739 (or 0xC70739) is unknown color: approx Cardinal. HEX triplet: C7, 07 and 39. RGB value is (199,7,57). Sum of RGB (Red+Green+Blue) = 199+7+57=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C70739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70739 is #38F8C6. Grayscale: #464646. Windows color (decimal): -3733703 or 3737543. OLE color: 3737543.

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

Color convert

RGB199757-
CMYK00.960.710.22
HSL344.38º93.2%40.39%-
HSV(B)344.38º96.48%78.04%-
XYZ24.3712.595.02-
YUV70.11120.61219.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.67%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=75.67%
G=2.66%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19975700.960.710.22344.3893.240.39
HexC773906047161585d28
Octal30777101401072653013550
Binary11000111111111001011000001000111101101010110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70739; }

 p { color: rgb(199,7,57); }

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

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

 a { background-color: rgb(199,7,57); }

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

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

 span { border-color: rgb(199,7,57); }

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