#C61435

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

Shades of Cardinal #C61435

Tints of Cardinal #C61435

Color information

#C61435 (or 0xC61435) is unknown color: approx Cardinal. HEX triplet: C6, 14 and 35. RGB value is (198,20,53). Sum of RGB (Red+Green+Blue) = 198+20+53=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C61435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61435 is #39EBCA. Grayscale: #4D4D4D. Windows color (decimal): -3795915 or 3478726. OLE color: 3478726.

HSL color Cylindrical-coordinate representation of color #C61435: hue angle of 348.88º 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 #C61435 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1982053-
CMYK00.900.730.22
HSL348.88º81.65%42.75%-
HSV(B)348.88º89.9%77.65%-
XYZ24.1812.764.56-
YUV76.98114.47214.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 20 (8.20% from 255) = 7.38%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=73.06%
G=7.38%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198205300.900.730.22348.8881.6542.75
HexC6143505A491615d522b
Octal306246501321112653512253
Binary1100011010100110101010110101001001101101010111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61435; }

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

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

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

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

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

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

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

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