#C20730

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

Shades of Cardinal #C20730

Tints of Cardinal #C20730

Color information

#C20730 (or 0xC20730) is unknown color: approx Cardinal. HEX triplet: C2, 07 and 30. RGB value is (194,7,48). Sum of RGB (Red+Green+Blue) = 194+7+48=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C20730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20730 is #3DF8CF. Grayscale: #434343. Windows color (decimal): -4061392 or 3147714. OLE color: 3147714.

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

Color convert

RGB194748-
CMYK00.960.750.24
HSL346.84º93.03%39.41%-
HSV(B)346.84º96.39%76.08%-
XYZ22.8611.833.88-
YUV67.59116.95218.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 77.91%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=77.91%
G=2.81%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19474800.960.750.24346.8493.0339.41
HexC27300604B1815b5d27
Octal30276001401133053313547
Binary11000010111110000011000001001011110001010110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20730; }

 p { color: rgb(194,7,48); }

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

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

 a { background-color: rgb(194,7,48); }

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

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

 span { border-color: rgb(194,7,48); }

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