#C22E2D

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

Shades of Persian Red #C22E2D

Tints of Persian Red #C22E2D

Color information

#C22E2D (or 0xC22E2D) is unknown color: approx Persian Red. HEX triplet: C2, 2E and 2D. RGB value is (194,46,45). Sum of RGB (Red+Green+Blue) = 194+46+45=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22E2D is #3DD1D2. Grayscale: #5A5A5A. Windows color (decimal): -4051411 or 2961090. OLE color: 2961090.

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

Color convert

RGB1944645-
CMYK00.760.770.24
HSL0.4º62.34%46.86%-
HSV(B)0.4º76.8%76.08%-
XYZ23.713.613.86-
YUV90.14102.53202.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.07%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=68.07%
G=16.14%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194464500.760.770.240.462.3446.86
HexC22E2D04C4D1803e2f
Octal302565501141153007657
Binary11000010101110101101010011001001101110000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22E2D; }

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

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

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

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

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

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

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

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