#C62337

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

Shades of Cardinal #C62337

Tints of Cardinal #C62337

Color information

#C62337 (or 0xC62337) is unknown color: approx Cardinal. HEX triplet: C6, 23 and 37. RGB value is (198,35,55). Sum of RGB (Red+Green+Blue) = 198+35+55=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C62337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62337 is #39DCC8. Grayscale: #565656. Windows color (decimal): -3792073 or 3613638. OLE color: 3613638.

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

Color convert

RGB1983555-
CMYK00.820.720.22
HSL352.64º69.96%45.69%-
HSV(B)352.64º82.32%77.65%-
XYZ24.5813.484.92-
YUV86.02110.5207.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 68.75%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=68.75%
G=12.15%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198355500.820.720.22352.6469.9645.69
HexC623370524816161462e
Octal306436701221102654110656
Binary11000110100011110111010100101001000101101011000011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62337; }

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

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

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

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

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

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

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

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