#C21035

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

Shades of Cardinal #C21035

Tints of Cardinal #C21035

Color information

#C21035 (or 0xC21035) is unknown color: approx Cardinal. HEX triplet: C2, 10 and 35. RGB value is (194,16,53). Sum of RGB (Red+Green+Blue) = 194+16+53=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21035 is #3DEFCA. Grayscale: #494949. Windows color (decimal): -4059083 or 3477698. OLE color: 3477698.

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

Color convert

RGB1941653-
CMYK00.920.730.24
HSL347.53º84.76%41.18%-
HSV(B)347.53º91.75%76.08%-
XYZ23.0812.14.49-
YUV73.44116.47213.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.76%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=73.76%
G=6.08%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194165300.920.730.24347.5384.7641.18
HexC2103505C491815c5529
Octal302206501341113053412551
Binary1100001010000110101010111001001001110001010111001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21035; }

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

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

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

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

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

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

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

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