#C62533

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

Shades of Cardinal #C62533

Tints of Cardinal #C62533

Color information

#C62533 (or 0xC62533) is unknown color: approx Cardinal. HEX triplet: C6, 25 and 33. RGB value is (198,37,51). Sum of RGB (Red+Green+Blue) = 198+37+51=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62533 is #39DACC. Grayscale: #565656. Windows color (decimal): -3791565 or 3352006. OLE color: 3352006.

HSL color Cylindrical-coordinate representation of color #C62533: hue angle of 354.78º degrees, saturation: 0.69, 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 #C62533 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1983751-
CMYK00.810.740.22
HSL354.78º68.51%46.08%-
HSV(B)354.78º81.31%77.65%-
XYZ24.5513.574.46-
YUV86.73107.84207.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.23%
GREEN value IS 37 (14.84% from 255) = 12.94%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=69.23%
G=12.94%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198375100.810.740.22354.7868.5146.08
HexC625330514A16163452e
Octal306456301211122654310556
Binary11000110100101110011010100011001010101101011000111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62533; }

 p { color: rgb(198,37,51); }

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

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

 a { background-color: rgb(198,37,51); }

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

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

 span { border-color: rgb(198,37,51); }

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