#C61439

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

Shades of Cardinal #C61439

Tints of Cardinal #C61439

Color information

#C61439 (or 0xC61439) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 39. RGB value is (198,20,57). Sum of RGB (Red+Green+Blue) = 198+20+57=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C61439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61439 is #39EBC6. Grayscale: #4D4D4D. Windows color (decimal): -3795911 or 3740870. OLE color: 3740870.

HSL color Cylindrical-coordinate representation of color #C61439: hue angle of 347.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61439 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB1982057-
CMYK00.900.710.22
HSL347.53º81.65%42.75%-
HSV(B)347.53º89.9%77.65%-
XYZ24.2812.85.06-
YUV77.44116.47213.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 72%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=72%
G=7.27%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198205700.900.710.22347.5381.6542.75
HexC6143905A471615c522b
Octal306247101321072653412253
Binary1100011010100111001010110101000111101101010111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61439; }

 p { color: rgb(198,20,57); }

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

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

 a { background-color: rgb(198,20,57); }

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

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

 span { border-color: rgb(198,20,57); }

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