#C62035

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

Shades of Cardinal #C62035

Tints of Cardinal #C62035

Color information

#C62035 (or 0xC62035) is unknown color: approx Cardinal. HEX triplet: C6, 20 and 35. RGB value is (198,32,53). Sum of RGB (Red+Green+Blue) = 198+32+53=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C62035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62035 is #39DFCA. Grayscale: #545454. Windows color (decimal): -3792843 or 3481798. OLE color: 3481798.

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

Color convert

RGB1983253-
CMYK00.840.730.22
HSL352.41º72.17%45.1%-
HSV(B)352.41º83.84%77.65%-
XYZ24.4513.34.65-
YUV84.03110.5209.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.96%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=69.96%
G=11.31%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198325300.840.730.22352.4172.1745.1
HexC620350544916160482d
Octal306406501241112654011055
Binary11000110100000110101010101001001001101101011000001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62035; }

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

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

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

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

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

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

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

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