#C22334

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

Shades of Cardinal #C22334

Tints of Cardinal #C22334

Color information

#C22334 (or 0xC22334) is unknown color: approx Cardinal. HEX triplet: C2, 23 and 34. RGB value is (194,35,52). Sum of RGB (Red+Green+Blue) = 194+35+52=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C22334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22334 is #3DDCCB. Grayscale: #545454. Windows color (decimal): -4054220 or 3417026. OLE color: 3417026.

HSL color Cylindrical-coordinate representation of color #C22334: hue angle of 353.58º 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 #C22334 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1943552-
CMYK00.820.730.24
HSL353.58º69.43%44.9%-
HSV(B)353.58º81.96%76.08%-
XYZ23.4712.924.51-
YUV84.48109.68206.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.04%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=69.04%
G=12.46%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194355200.820.730.24353.5869.4344.9
HexC223340524918162452d
Octal302436401221113054210555
Binary11000010100011110100010100101001001110001011000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22334; }

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

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

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

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

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

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

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

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