#C02F25

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

Shades of Persian Red #C02F25

Tints of Persian Red #C02F25

Color information

#C02F25 (or 0xC02F25) is unknown color: approx Persian Red. HEX triplet: C0, 2F and 25. RGB value is (192,47,37). Sum of RGB (Red+Green+Blue) = 192+47+37=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F25 is #3FD0DA. Grayscale: #595959. Windows color (decimal): -4182235 or 2437056. OLE color: 2437056.

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

Color convert

RGB1924737-
CMYK00.760.810.25
HSL3.87º67.69%44.9%-
HSV(B)3.87º80.73%75.29%-
XYZ23.0913.373.11-
YUV89.2298.54201.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.57%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=69.57%
G=17.03%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192473700.760.810.253.8767.6944.9
HexC02F2504C51194442d
Octal3005745011412131410455
Binary11000000101111100101010011001010001110011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F25; }

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

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

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

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

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

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

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

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