#C7242C

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

Shades of Cardinal #C7242C

Tints of Cardinal #C7242C

Color information

#C7242C (or 0xC7242C) is unknown color: approx Cardinal. HEX triplet: C7, 24 and 2C. RGB value is (199,36,44). Sum of RGB (Red+Green+Blue) = 199+36+44=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7242C is #38DBD3. Grayscale: #555555. Windows color (decimal): -3726292 or 2892999. OLE color: 2892999.

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

Color convert

RGB1993644-
CMYK00.820.780.22
HSL357.06º69.36%46.08%-
HSV(B)357.06º81.91%78.04%-
XYZ24.6413.593.71-
YUV85.65104.5208.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.33%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=71.33%
G=12.90%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199364400.820.780.22357.0669.3646.08
HexC7242C0524E16165452e
Octal307445401221162654510556
Binary11000111100100101100010100101001110101101011001011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7242C; }

 p { color: rgb(199,36,44); }

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

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

 a { background-color: rgb(199,36,44); }

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

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

 span { border-color: rgb(199,36,44); }

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