#C72B24

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

Shades of Persian Red #C72B24

Tints of Persian Red #C72B24

Color information

#C72B24 (or 0xC72B24) is unknown color: approx Persian Red. HEX triplet: C7, 2B and 24. RGB value is (199,43,36). Sum of RGB (Red+Green+Blue) = 199+43+36=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B24 is #38D4DB. Grayscale: #595959. Windows color (decimal): -3724508 or 2370503. OLE color: 2370503.

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

Color convert

RGB1994336-
CMYK00.780.820.22
HSL2.58º69.36%46.08%-
HSV(B)2.58º81.91%78.04%-
XYZ24.74143.07-
YUV88.8598.18206.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 71.58%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=71.58%
G=15.47%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199433600.780.820.222.5869.3646.08
HexC72B2404E52163452e
Octal3075344011612226310556
Binary1100011110101110010001001110101001010110111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72B24; }

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

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

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

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

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

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

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

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