#C0372F

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

Shades of Persian Red #C0372F

Tints of Persian Red #C0372F

Color information

#C0372F (or 0xC0372F) is unknown color: approx Persian Red. HEX triplet: C0, 37 and 2F. RGB value is (192,55,47). Sum of RGB (Red+Green+Blue) = 192+55+47=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C0372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0372F is #3FC8D0. Grayscale: #5F5F5F. Windows color (decimal): -4180177 or 3094464. OLE color: 3094464.

HSL color Cylindrical-coordinate representation of color #C0372F: hue angle of 3.31º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0372F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1925547-
CMYK00.710.760.25
HSL3.31º60.67%46.86%-
HSV(B)3.31º75.52%75.29%-
XYZ23.6214.144.17-
YUV95.05100.89197.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.31%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=65.31%
G=18.71%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192554700.710.760.253.3160.6746.86
HexC0372F0474C1933d2f
Octal300675701071143137557
Binary110000001101111011110100011110011001100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0372F; }

 p { color: rgb(192,55,47); }

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

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

 a { background-color: rgb(192,55,47); }

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

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

 span { border-color: rgb(192,55,47); }

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