#C91E2E

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

Shades of Cardinal #C91E2E

Tints of Cardinal #C91E2E

Color information

#C91E2E (or 0xC91E2E) is unknown color: approx Cardinal. HEX triplet: C9, 1E and 2E. RGB value is (201,30,46). Sum of RGB (Red+Green+Blue) = 201+30+46=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E2E is #36E1D1. Grayscale: #535353. Windows color (decimal): -3596754 or 3022537. OLE color: 3022537.

HSL color Cylindrical-coordinate representation of color #C91E2E: hue angle of 354.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91E2E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2013046-
CMYK00.850.770.21
HSL354.39º74.03%45.29%-
HSV(B)354.39º85.07%78.82%-
XYZ25.0413.543.88-
YUV82.95107.15212.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 72.56%
GREEN value IS 30 (12.11% from 255) = 10.83%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=72.56%
G=10.83%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201304600.850.770.21354.3974.0345.29
HexC91E2E0554D151624a2d
Octal311365601251152554211255
Binary1100100111110101110010101011001101101011011000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91E2E; }

 p { color: rgb(201,30,46); }

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

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

 a { background-color: rgb(201,30,46); }

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

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

 span { border-color: rgb(201,30,46); }

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