#C62631

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

Shades of Cardinal #C62631

Tints of Cardinal #C62631

Color information

#C62631 (or 0xC62631) is unknown color: approx Cardinal. HEX triplet: C6, 26 and 31. RGB value is (198,38,49). Sum of RGB (Red+Green+Blue) = 198+38+49=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62631 is #39D9CE. Grayscale: #575757. Windows color (decimal): -3791311 or 3221190. OLE color: 3221190.

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

Color convert

RGB1983849-
CMYK00.810.750.22
HSL355.88º67.8%46.27%-
HSV(B)355.88º80.81%77.65%-
XYZ24.5413.614.24-
YUV87.09106.51207.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.47%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=69.47%
G=13.33%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198384900.810.750.22355.8867.846.27
HexC626310514B16164442e
Octal306466101211132654410456
Binary11000110100110110001010100011001011101101011001001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62631; }

 p { color: rgb(198,38,49); }

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

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

 a { background-color: rgb(198,38,49); }

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

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

 span { border-color: rgb(198,38,49); }

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