#C72C2A

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

Shades of Persian Red #C72C2A

Tints of Persian Red #C72C2A

Color information

#C72C2A (or 0xC72C2A) is unknown color: approx Persian Red. HEX triplet: C7, 2C and 2A. RGB value is (199,44,42). Sum of RGB (Red+Green+Blue) = 199+44+42=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C2A is #38D3D5. Grayscale: #5A5A5A. Windows color (decimal): -3724246 or 2763975. OLE color: 2763975.

HSL color Cylindrical-coordinate representation of color #C72C2A: hue angle of 0.76º 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 #C72C2A is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1994442-
CMYK00.780.790.22
HSL0.76º65.15%47.25%-
HSV(B)0.76º78.89%78.04%-
XYZ24.8714.113.6-
YUV90.12100.85205.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=69.82%
G=15.44%
B=14.74%

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
Decimal199444200.780.790.220.7665.1547.25
HexC72C2A04E4F161412f
Octal3075452011611726110157
Binary110001111011001010100100111010011111011011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72C2A; }

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

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

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

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

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

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

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

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