#C20838

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

Shades of Cardinal #C20838

Tints of Cardinal #C20838

Color information

#C20838 (or 0xC20838) is unknown color: approx Cardinal. HEX triplet: C2, 08 and 38. RGB value is (194,8,56). Sum of RGB (Red+Green+Blue) = 194+8+56=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C20838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20838 is #3DF7C7. Grayscale: #454545. Windows color (decimal): -4061128 or 3672258. OLE color: 3672258.

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

Color convert

RGB194856-
CMYK00.960.710.24
HSL344.52º92.08%39.61%-
HSV(B)344.52º95.88%76.08%-
XYZ23.0511.934.83-
YUV69.09120.62217.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 75.19%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=75.19%
G=3.10%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19485600.960.710.24344.5292.0839.61
HexC283806047181595c28
Octal302107001401073053113450
Binary110000101000111000011000001000111110001010110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20838; }

 p { color: rgb(194,8,56); }

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

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

 a { background-color: rgb(194,8,56); }

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

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

 span { border-color: rgb(194,8,56); }

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