#C00233

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

Shades of Cardinal #C00233

Tints of Cardinal #C00233

Color information

#C00233 (or 0xC00233) is unknown color: approx Cardinal. HEX triplet: C0, 02 and 33. RGB value is (192,2,51). Sum of RGB (Red+Green+Blue) = 192+2+51=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C00233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00233 is #3FFDCC. Grayscale: #404040. Windows color (decimal): -4193741 or 3343040. OLE color: 3343040.

HSL color Cylindrical-coordinate representation of color #C00233: hue angle of 344.53º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00233 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB192251-
CMYK00.990.730.25
HSL344.53º97.94%38.04%-
HSV(B)344.53º98.96%75.29%-
XYZ22.3611.494.17-
YUV64.4120.45219.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 78.37%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=78.37%
G=0.82%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19225100.990.730.25344.5397.9438.04
HexC023306349191596226
Octal30026301431113153114246
Binary1100000010110011011000111001001110011010110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00233; }

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

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

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

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

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

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

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

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