#C42634

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

Shades of Cardinal #C42634

Tints of Cardinal #C42634

Color information

#C42634 (or 0xC42634) is unknown color: approx Cardinal. HEX triplet: C4, 26 and 34. RGB value is (196,38,52). Sum of RGB (Red+Green+Blue) = 196+38+52=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C42634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42634 is #3BD9CB. Grayscale: #565656. Windows color (decimal): -3922380 or 3417796. OLE color: 3417796.

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

Color convert

RGB1963852-
CMYK00.810.730.23
HSL354.68º67.52%45.88%-
HSV(B)354.68º80.61%76.86%-
XYZ24.0813.374.56-
YUV86.84108.35205.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.53%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=68.53%
G=13.29%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196385200.810.730.23354.6867.5245.88
HexC426340514917163442e
Octal304466401211112754310456
Binary11000100100110110100010100011001001101111011000111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42634; }

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

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

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

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

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

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

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

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