#C2072E

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

Shades of Cardinal #C2072E

Tints of Cardinal #C2072E

Color information

#C2072E (or 0xC2072E) is unknown color: approx Cardinal. HEX triplet: C2, 07 and 2E. RGB value is (194,7,46). Sum of RGB (Red+Green+Blue) = 194+7+46=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C2072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2072E is #3DF8D1. Grayscale: #434343. Windows color (decimal): -4061394 or 3016642. OLE color: 3016642.

HSL color Cylindrical-coordinate representation of color #C2072E: hue angle of 347.49º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2072E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB194746-
CMYK00.960.760.24
HSL347.49º93.03%39.41%-
HSV(B)347.49º96.39%76.08%-
XYZ22.8211.823.66-
YUV67.36115.95218.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 78.54%
GREEN value IS 7 (3.12% from 255) = 2.83%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=78.54%
G=2.83%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19474600.960.760.24347.4993.0339.41
HexC272E0604C1815b5d27
Octal30275601401143053313547
Binary11000010111101110011000001001100110001010110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2072E; }

 p { color: rgb(194,7,46); }

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

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

 a { background-color: rgb(194,7,46); }

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

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

 span { border-color: rgb(194,7,46); }

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