#C20835

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

Shades of Cardinal #C20835

Tints of Cardinal #C20835

Color information

#C20835 (or 0xC20835) is unknown color: approx Cardinal. HEX triplet: C2, 08 and 35. RGB value is (194,8,53). Sum of RGB (Red+Green+Blue) = 194+8+53=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C20835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20835 is #3DF7CA. Grayscale: #444444. Windows color (decimal): -4061131 or 3475650. OLE color: 3475650.

HSL color Cylindrical-coordinate representation of color #C20835: hue angle of 345.48º 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 #C20835 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB194853-
CMYK00.960.730.24
HSL345.48º92.08%39.61%-
HSV(B)345.48º95.88%76.08%-
XYZ22.9811.94.45-
YUV68.74119.12217.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.08%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 53 (21.09% from 255) = 20.78%
R=76.08%
G=3.14%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19485300.960.730.24345.4892.0839.61
HexC283506049181595c28
Octal302106501401113053113450
Binary110000101000110101011000001001001110001010110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20835; }

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

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

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

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

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

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

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

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