#C71A3B

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

Shades of Cardinal #C71A3B

Tints of Cardinal #C71A3B

Color information

#C71A3B (or 0xC71A3B) is unknown color: approx Cardinal. HEX triplet: C7, 1A and 3B. RGB value is (199,26,59). Sum of RGB (Red+Green+Blue) = 199+26+59=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71A3B is #38E5C4. Grayscale: #515151. Windows color (decimal): -3728837 or 3873479. OLE color: 3873479.

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

Color convert

RGB1992659-
CMYK00.870.700.22
HSL348.55º76.89%44.12%-
HSV(B)348.55º86.93%78.04%-
XYZ24.7113.25.38-
YUV81.49115.31211.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.07%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 59 (23.44% from 255) = 20.77%
R=70.07%
G=9.15%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199265900.870.700.22348.5576.8944.12
HexC71A3B057461615d4d2c
Octal307327301271062653511554
Binary1100011111010111011010101111000110101101010111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71A3B; }

 p { color: rgb(199,26,59); }

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

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

 a { background-color: rgb(199,26,59); }

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

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

 span { border-color: rgb(199,26,59); }

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