#C03833

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

Shades of Persian Red #C03833

Tints of Persian Red #C03833

Color information

#C03833 (or 0xC03833) is unknown color: approx Persian Red. HEX triplet: C0, 38 and 33. RGB value is (192,56,51). Sum of RGB (Red+Green+Blue) = 192+56+51=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03833 is #3FC7CC. Grayscale: #606060. Windows color (decimal): -4179917 or 3356864. OLE color: 3356864.

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

Color convert

RGB1925651-
CMYK00.710.730.25
HSL2.13º58.02%47.65%-
HSV(B)2.13º73.44%75.29%-
XYZ23.7514.274.64-
YUV96.09102.56196.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.21%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=64.21%
G=18.73%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192565100.710.730.252.1358.0247.65
HexC03833047491923a30
Octal300706301071113127260
Binary110000001110001100110100011110010011100110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03833; }

 p { color: rgb(192,56,51); }

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

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

 a { background-color: rgb(192,56,51); }

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

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

 span { border-color: rgb(192,56,51); }

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