#C72B2A

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

Shades of Persian Red #C72B2A

Tints of Persian Red #C72B2A

Color information

#C72B2A (or 0xC72B2A) is unknown color: approx Persian Red. HEX triplet: C7, 2B and 2A. RGB value is (199,43,42). Sum of RGB (Red+Green+Blue) = 199+43+42=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B2A is #38D4D5. Grayscale: #595959. Windows color (decimal): -3724502 or 2763719. OLE color: 2763719.

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

Color convert

RGB1994342-
CMYK00.780.790.22
HSL0.38º65.15%47.25%-
HSV(B)0.38º78.89%78.04%-
XYZ24.8314.043.59-
YUV89.53101.18206.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.07%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=70.07%
G=15.14%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199434200.780.790.220.3865.1547.25
HexC72B2A04E4F160412f
Octal3075352011611726010157
Binary110001111010111010100100111010011111011001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72B2A; }

 p { color: rgb(199,43,42); }

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

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

 a { background-color: rgb(199,43,42); }

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

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

 span { border-color: rgb(199,43,42); }

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