#C90E34

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

Shades of Cardinal #C90E34

Tints of Cardinal #C90E34

Color information

#C90E34 (or 0xC90E34) is unknown color: approx Cardinal. HEX triplet: C9, 0E and 34. RGB value is (201,14,52). Sum of RGB (Red+Green+Blue) = 201+14+52=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90E34 is #36F1CB. Grayscale: #4A4A4A. Windows color (decimal): -3600844 or 3411657. OLE color: 3411657.

HSL color Cylindrical-coordinate representation of color #C90E34: hue angle of 347.81º 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 #C90E34 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2011452-
CMYK00.930.740.21
HSL347.81º86.98%42.16%-
HSV(B)347.81º93.03%78.82%-
XYZ24.8612.984.44-
YUV74.24115.45218.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 75.28%
GREEN value IS 14 (5.86% from 255) = 5.24%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=75.28%
G=5.24%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201145200.930.740.21347.8186.9842.16
HexC9E3405D4A1515c572a
Octal311166401351122553412752
Binary110010011110110100010111011001010101011010111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90E34; }

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

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

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

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

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

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

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

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