#C61C42

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

Shades of Cardinal #C61C42

Tints of Cardinal #C61C42

Color information

#C61C42 (or 0xC61C42) is unknown color: approx Cardinal. HEX triplet: C6, 1C and 42. RGB value is (198,28,66). Sum of RGB (Red+Green+Blue) = 198+28+66=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C42 is #39E3BD. Grayscale: #535353. Windows color (decimal): -3793854 or 4332742. OLE color: 4332742.

HSL color Cylindrical-coordinate representation of color #C61C42: hue angle of 346.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C42 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1982866-
CMYK00.860.670.22
HSL346.59º75.22%44.31%-
HSV(B)346.59º85.86%77.65%-
XYZ24.6913.236.41-
YUV83.16118.32209.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 67.81%
GREEN value IS 28 (11.33% from 255) = 9.59%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=67.81%
G=9.59%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198286600.860.670.22346.5975.2244.31
HexC61C42056431615b4b2c
Octal3063410201261032653311354
Binary11000110111001000010010101101000011101101010110111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61C42; }

 p { color: rgb(198,28,66); }

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

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

 a { background-color: rgb(198,28,66); }

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

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

 span { border-color: rgb(198,28,66); }

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