#C71D2E

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

Shades of Cardinal #C71D2E

Tints of Cardinal #C71D2E

Color information

#C71D2E (or 0xC71D2E) is unknown color: approx Cardinal. HEX triplet: C7, 1D and 2E. RGB value is (199,29,46). Sum of RGB (Red+Green+Blue) = 199+29+46=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D2E is #38E2D1. Grayscale: #515151. Windows color (decimal): -3728082 or 3022279. OLE color: 3022279.

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

Color convert

RGB1992946-
CMYK00.850.770.22
HSL354º74.56%44.71%-
HSV(B)354º85.43%78.04%-
XYZ24.4913.223.85-
YUV81.77107.82211.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.63%
GREEN value IS 29 (11.72% from 255) = 10.58%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=72.63%
G=10.58%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199294600.850.770.2235474.5644.71
HexC71D2E0554D161624b2d
Octal307355601251152654211355
Binary1100011111101101110010101011001101101101011000101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71D2E; }

 p { color: rgb(199,29,46); }

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

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

 a { background-color: rgb(199,29,46); }

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

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

 span { border-color: rgb(199,29,46); }

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