#C71B41

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

Shades of Cardinal #C71B41

Tints of Cardinal #C71B41

Color information

#C71B41 (or 0xC71B41) is unknown color: approx Cardinal. HEX triplet: C7, 1B and 41. RGB value is (199,27,65). Sum of RGB (Red+Green+Blue) = 199+27+65=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B41 is #38E4BE. Grayscale: #525252. Windows color (decimal): -3728575 or 4266951. OLE color: 4266951.

HSL color Cylindrical-coordinate representation of color #C71B41: hue angle of 346.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B41 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1992765-
CMYK00.860.670.22
HSL346.74º76.11%44.31%-
HSV(B)346.74º86.43%78.04%-
XYZ24.913.316.26-
YUV82.76117.98210.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.38%
GREEN value IS 27 (10.94% from 255) = 9.28%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=68.38%
G=9.28%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199276500.860.670.22346.7476.1144.31
HexC71B41056431615b4c2c
Octal3073310101261032653311454
Binary11000111110111000001010101101000011101101010110111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71B41; }

 p { color: rgb(199,27,65); }

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

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

 a { background-color: rgb(199,27,65); }

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

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

 span { border-color: rgb(199,27,65); }

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