#C71838

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

Shades of Cardinal #C71838

Tints of Cardinal #C71838

Color information

#C71838 (or 0xC71838) is unknown color: approx Cardinal. HEX triplet: C7, 18 and 38. RGB value is (199,24,56). Sum of RGB (Red+Green+Blue) = 199+24+56=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C71838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71838 is #38E7C7. Grayscale: #505050. Windows color (decimal): -3729352 or 3676359. OLE color: 3676359.

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

Color convert

RGB1992456-
CMYK00.880.720.22
HSL349.03º78.48%43.73%-
HSV(B)349.03º87.94%78.04%-
XYZ24.5913.084.97-
YUV79.97114.48212.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.33%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=71.33%
G=8.60%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199245600.880.720.22349.0378.4843.73
HexC71838058481615d4e2c
Octal307307001301102653511654
Binary1100011111000111000010110001001000101101010111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71838; }

 p { color: rgb(199,24,56); }

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

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

 a { background-color: rgb(199,24,56); }

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

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

 span { border-color: rgb(199,24,56); }

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