#C71642

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

Shades of Cardinal #C71642

Tints of Cardinal #C71642

Color information

#C71642 (or 0xC71642) is unknown color: approx Cardinal. HEX triplet: C7, 16 and 42. RGB value is (199,22,66). Sum of RGB (Red+Green+Blue) = 199+22+66=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C71642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71642 is #38E9BD. Grayscale: #4F4F4F. Windows color (decimal): -3729854 or 4331207. OLE color: 4331207.

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

Color convert

RGB1992266-
CMYK00.890.670.22
HSL345.08º80.09%43.33%-
HSV(B)345.08º88.94%78.04%-
XYZ24.8213.116.38-
YUV79.94120.14212.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.34%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=69.34%
G=7.67%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199226600.890.670.22345.0880.0943.33
HexC716420594316159502b
Octal3072610201311032653112053
Binary11000111101101000010010110011000011101101010110011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71642; }

 p { color: rgb(199,22,66); }

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

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

 a { background-color: rgb(199,22,66); }

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

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

 span { border-color: rgb(199,22,66); }

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