#C42631

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

Shades of Cardinal #C42631

Tints of Cardinal #C42631

Color information

#C42631 (or 0xC42631) is unknown color: approx Cardinal. HEX triplet: C4, 26 and 31. RGB value is (196,38,49). Sum of RGB (Red+Green+Blue) = 196+38+49=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C42631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42631 is #3BD9CE. Grayscale: #565656. Windows color (decimal): -3922383 or 3221188. OLE color: 3221188.

HSL color Cylindrical-coordinate representation of color #C42631: hue angle of 355.82º 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 #C42631 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1963849-
CMYK00.810.750.23
HSL355.82º67.52%45.88%-
HSV(B)355.82º80.61%76.86%-
XYZ24.0113.344.22-
YUV86.5106.85206.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.26%
GREEN value IS 38 (15.23% from 255) = 13.43%
BLUE value IS 49 (19.53% from 255) = 17.31%
R=69.26%
G=13.43%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196384900.810.750.23355.8267.5245.88
HexC426310514B17164442e
Octal304466101211132754410456
Binary11000100100110110001010100011001011101111011001001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42631; }

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

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

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

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

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

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

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

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