#C60233

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

Shades of Cardinal #C60233

Tints of Cardinal #C60233

Color information

#C60233 (or 0xC60233) is unknown color: approx Cardinal. HEX triplet: C6, 02 and 33. RGB value is (198,2,51). Sum of RGB (Red+Green+Blue) = 198+2+51=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60233 is #39FDCC. Grayscale: #424242. Windows color (decimal): -3800525 or 3343046. OLE color: 3343046.

HSL color Cylindrical-coordinate representation of color #C60233: hue angle of 345º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60233 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB198251-
CMYK00.990.740.22
HSL345º98%39.22%-
HSV(B)345º98.99%77.65%-
XYZ23.9112.294.24-
YUV66.19119.43222.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 78.88%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=78.88%
G=0.80%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19825100.990.740.223459839.22
HexC62330634A161596227
Octal30626301431122653114247
Binary1100011010110011011000111001010101101010110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60233; }

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

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

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

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

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

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

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

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