#C03A35

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

Shades of Persian Red #C03A35

Tints of Persian Red #C03A35

Color information

#C03A35 (or 0xC03A35) is unknown color: approx Persian Red. HEX triplet: C0, 3A and 35. RGB value is (192,58,53). Sum of RGB (Red+Green+Blue) = 192+58+53=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A35 is #3FC5CA. Grayscale: #616161. Windows color (decimal): -4179403 or 3488448. OLE color: 3488448.

HSL color Cylindrical-coordinate representation of color #C03A35: hue angle of 2.16º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03A35 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1925853-
CMYK00.700.720.25
HSL2.16º56.73%48.04%-
HSV(B)2.16º72.4%75.29%-
XYZ23.8914.494.91-
YUV97.5102.89195.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=63.37%
G=19.14%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192585300.700.720.252.1656.7348.04
HexC03A35046481923930
Octal300726501061103127160
Binary110000001110101101010100011010010001100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A35; }

 p { color: rgb(192,58,53); }

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

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

 a { background-color: rgb(192,58,53); }

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

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

 span { border-color: rgb(192,58,53); }

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