#C22431

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

Shades of Cardinal #C22431

Tints of Cardinal #C22431

Color information

#C22431 (or 0xC22431) is unknown color: approx Cardinal. HEX triplet: C2, 24 and 31. RGB value is (194,36,49). Sum of RGB (Red+Green+Blue) = 194+36+49=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C22431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22431 is #3DDBCE. Grayscale: #545454. Windows color (decimal): -4053967 or 3220674. OLE color: 3220674.

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

Color convert

RGB1943649-
CMYK00.810.750.24
HSL355.06º68.7%45.1%-
HSV(B)355.06º81.44%76.08%-
XYZ23.4312.954.17-
YUV84.72107.85205.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.53%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=69.53%
G=12.90%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194364900.810.750.24355.0668.745.1
HexC224310514B18163452d
Octal302446101211133054310555
Binary11000010100100110001010100011001011110001011000111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22431; }

 p { color: rgb(194,36,49); }

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

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

 a { background-color: rgb(194,36,49); }

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

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

 span { border-color: rgb(194,36,49); }

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