#C42134

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

Shades of Cardinal #C42134

Tints of Cardinal #C42134

Color information

#C42134 (or 0xC42134) is unknown color: approx Cardinal. HEX triplet: C4, 21 and 34. RGB value is (196,33,52). Sum of RGB (Red+Green+Blue) = 196+33+52=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C42134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42134 is #3BDECB. Grayscale: #535353. Windows color (decimal): -3923660 or 3416516. OLE color: 3416516.

HSL color Cylindrical-coordinate representation of color #C42134: hue angle of 353.01º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42134 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1963352-
CMYK00.830.730.23
HSL353.01º71.18%44.9%-
HSV(B)353.01º83.16%76.86%-
XYZ23.9313.074.51-
YUV83.9110207.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.75%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=69.75%
G=11.74%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196335200.830.730.23353.0171.1844.9
HexC421340534917161472d
Octal304416401231112754110755
Binary11000100100001110100010100111001001101111011000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42134; }

 p { color: rgb(196,33,52); }

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

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

 a { background-color: rgb(196,33,52); }

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

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

 span { border-color: rgb(196,33,52); }

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