#C61238

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

Shades of Cardinal #C61238

Tints of Cardinal #C61238

Color information

#C61238 (or 0xC61238) is unknown color: approx Cardinal. HEX triplet: C6, 12 and 38. RGB value is (198,18,56). Sum of RGB (Red+Green+Blue) = 198+18+56=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C61238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61238 is #39EDC7. Grayscale: #4C4C4C. Windows color (decimal): -3796424 or 3674822. OLE color: 3674822.

HSL color Cylindrical-coordinate representation of color #C61238: hue angle of 347.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61238 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1981856-
CMYK00.910.720.22
HSL347.33º83.33%42.35%-
HSV(B)347.33º90.91%77.65%-
XYZ24.2212.724.92-
YUV76.15116.63214.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72.79%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=72.79%
G=6.62%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198185600.910.720.22347.3383.3342.35
HexC6123805B481615b532a
Octal306227001331102653312352
Binary1100011010010111000010110111001000101101010110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61238; }

 p { color: rgb(198,18,56); }

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

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

 a { background-color: rgb(198,18,56); }

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

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

 span { border-color: rgb(198,18,56); }

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