#C22345

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

Shades of Cardinal #C22345

Tints of Cardinal #C22345

Color information

#C22345 (or 0xC22345) is unknown color: approx Cardinal. HEX triplet: C2, 23 and 45. RGB value is (194,35,69). Sum of RGB (Red+Green+Blue) = 194+35+69=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22345 is #3DDCBA. Grayscale: #565656. Windows color (decimal): -4054203 or 4531138. OLE color: 4531138.

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

Color convert

RGB1943569-
CMYK00.820.640.24
HSL347.17º69.43%44.9%-
HSV(B)347.17º81.96%76.08%-
XYZ23.9213.16.9-
YUV86.42118.18204.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=65.10%
G=11.74%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194356900.820.640.24347.1769.4344.9
HexC22345052401815b452d
Octal3024310501221003053310555
Binary110000101000111000101010100101000000110001010110111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22345; }

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

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

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

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

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

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

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

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