#C71342

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

Shades of Cardinal #C71342

Tints of Cardinal #C71342

Color information

#C71342 (or 0xC71342) is unknown color: approx Cardinal. HEX triplet: C7, 13 and 42. RGB value is (199,19,66). Sum of RGB (Red+Green+Blue) = 199+19+66=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71342 is #38ECBD. Grayscale: #4E4E4E. Windows color (decimal): -3730622 or 4330439. OLE color: 4330439.

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

Color convert

RGB1991966-
CMYK00.900.670.22
HSL344.33º82.57%42.75%-
HSV(B)344.33º90.45%78.04%-
XYZ24.77136.36-
YUV78.18121.13214.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.07%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=70.07%
G=6.69%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199196600.900.670.22344.3382.5742.75
HexC7134205A4316158532b
Octal3072310201321032653012353
Binary11000111100111000010010110101000011101101010110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71342; }

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

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

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

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

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

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

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

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