#C22333

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

Shades of Cardinal #C22333

Tints of Cardinal #C22333

Color information

#C22333 (or 0xC22333) is unknown color: approx Cardinal. HEX triplet: C2, 23 and 33. RGB value is (194,35,51). Sum of RGB (Red+Green+Blue) = 194+35+51=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C22333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22333 is #3DDCCC. Grayscale: #545454. Windows color (decimal): -4054221 or 3351490. OLE color: 3351490.

HSL color Cylindrical-coordinate representation of color #C22333: hue angle of 353.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22333 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1943551-
CMYK00.820.740.24
HSL353.96º69.43%44.9%-
HSV(B)353.96º81.96%76.08%-
XYZ23.4512.914.39-
YUV84.36109.18206.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.29%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=69.29%
G=12.5%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194355100.820.740.24353.9669.4344.9
HexC223330524A18162452d
Octal302436301221123054210555
Binary11000010100011110011010100101001010110001011000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22333; }

 p { color: rgb(194,35,51); }

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

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

 a { background-color: rgb(194,35,51); }

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

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

 span { border-color: rgb(194,35,51); }

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