#C91F3B

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

Shades of Cardinal #C91F3B

Tints of Cardinal #C91F3B

Color information

#C91F3B (or 0xC91F3B) is unknown color: approx Cardinal. HEX triplet: C9, 1F and 3B. RGB value is (201,31,59). Sum of RGB (Red+Green+Blue) = 201+31+59=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F3B is #36E0C4. Grayscale: #555555. Windows color (decimal): -3596485 or 3874761. OLE color: 3874761.

HSL color Cylindrical-coordinate representation of color #C91F3B: hue angle of 350.12º degrees, saturation: 0.73, 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 #C91F3B is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2013159-
CMYK00.850.710.21
HSL350.12º73.28%45.49%-
HSV(B)350.12º84.58%78.82%-
XYZ25.3713.715.45-
YUV85.02113.32210.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 69.07%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=69.07%
G=10.65%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201315900.850.710.21350.1273.2845.49
HexC91F3B055471515e492d
Octal311377301251072553611155
Binary1100100111111111011010101011000111101011010111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91F3B; }

 p { color: rgb(201,31,59); }

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

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

 a { background-color: rgb(201,31,59); }

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

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

 span { border-color: rgb(201,31,59); }

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