#c62341

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

Shades of Cardinal #C62341

Tints of Cardinal #C62341

Color information

#C62341 (or 0xC62341) is unknown color: approx Cardinal. HEX triplet: C6, 23 and 41. RGB value is (198,35,65). Sum of RGB (Red+Green+Blue) = 198+35+65=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C62341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62341 is #39DCBE. Grayscale: #575757. Windows color (decimal): -3792063 or 4268998. OLE color: 4268998.

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

Color convert

RGB1983565-
CMYK00.820.670.22
HSL348.96º69.96%45.69%-
HSV(B)348.96º82.32%77.65%-
XYZ24.8413.596.31-
YUV87.16115.5207.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=66.44%
G=11.74%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198356500.820.670.22348.9669.9645.69
HexC62341052431615d462e
Octal3064310101221032653510656
Binary110001101000111000001010100101000011101101010111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62341; }

 p { color: rgb(198,35,65); }

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

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

 a { background-color: rgb(198,35,65); }

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

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

 span { border-color: rgb(198,35,65); }

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