#C70D38

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

Shades of Cardinal #C70D38

Tints of Cardinal #C70D38

Color information

#C70D38 (or 0xC70D38) is unknown color: approx Cardinal. HEX triplet: C7, 0D and 38. RGB value is (199,13,56). Sum of RGB (Red+Green+Blue) = 199+13+56=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D38 is #38F2C7. Grayscale: #494949. Windows color (decimal): -3732168 or 3673543. OLE color: 3673543.

HSL color Cylindrical-coordinate representation of color #C70D38: hue angle of 346.13º degrees, saturation: 0.88, 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 #C70D38 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1991356-
CMYK00.930.720.22
HSL346.13º87.74%41.57%-
HSV(B)346.13º93.47%78.04%-
XYZ24.4112.724.91-
YUV73.52118.12217.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 74.25%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=74.25%
G=4.85%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199135600.930.720.22346.1387.7441.57
HexC7D3805D481615a582a
Octal307157001351102653213052
Binary110001111101111000010111011001000101101010110101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70D38; }

 p { color: rgb(199,13,56); }

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

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

 a { background-color: rgb(199,13,56); }

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

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

 span { border-color: rgb(199,13,56); }

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