#C20E3A

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

Shades of Cardinal #C20E3A

Tints of Cardinal #C20E3A

Color information

#C20E3A (or 0xC20E3A) is unknown color: approx Cardinal. HEX triplet: C2, 0E and 3A. RGB value is (194,14,58). Sum of RGB (Red+Green+Blue) = 194+14+58=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E3A is #3DF1C5. Grayscale: #484848. Windows color (decimal): -4059590 or 3804866. OLE color: 3804866.

HSL color Cylindrical-coordinate representation of color #C20E3A: hue angle of 345.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E3A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1941458-
CMYK00.930.700.24
HSL345.33º86.54%40.78%-
HSV(B)345.33º92.78%76.08%-
XYZ23.1712.095.12-
YUV72.84119.63214.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 72.93%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=72.93%
G=5.26%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194145800.930.700.24345.3386.5440.78
HexC2E3A05D46181595729
Octal302167201351063053112751
Binary110000101110111010010111011000110110001010110011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E3A; }

 p { color: rgb(194,14,58); }

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

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

 a { background-color: rgb(194,14,58); }

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

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

 span { border-color: rgb(194,14,58); }

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