#C90E42

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

Shades of Cardinal #C90E42

Tints of Cardinal #C90E42

Color information

#C90E42 (or 0xC90E42) is unknown color: approx Cardinal. HEX triplet: C9, 0E and 42. RGB value is (201,14,66). Sum of RGB (Red+Green+Blue) = 201+14+66=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E42 is #36F1BD. Grayscale: #4B4B4B. Windows color (decimal): -3600830 or 4329161. OLE color: 4329161.

HSL color Cylindrical-coordinate representation of color #C90E42: hue angle of 343.32º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90E42 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2011466-
CMYK00.930.670.21
HSL343.32º86.98%42.16%-
HSV(B)343.32º93.03%78.82%-
XYZ25.2313.126.36-
YUV75.84122.45217.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.53%
GREEN value IS 14 (5.86% from 255) = 4.98%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=71.53%
G=4.98%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201146600.930.670.21343.3286.9842.16
HexC9E4205D4315157572a
Octal3111610201351032552712752
Binary1100100111101000010010111011000011101011010101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90E42; }

 p { color: rgb(201,14,66); }

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

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

 a { background-color: rgb(201,14,66); }

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

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

 span { border-color: rgb(201,14,66); }

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