#C12E24

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

Shades of Persian Red #C12E24

Tints of Persian Red #C12E24

Color information

#C12E24 (or 0xC12E24) is unknown color: approx Persian Red. HEX triplet: C1, 2E and 24. RGB value is (193,46,36). Sum of RGB (Red+Green+Blue) = 193+46+36=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E24 is #3ED1DB. Grayscale: #585858. Windows color (decimal): -4116956 or 2371265. OLE color: 2371265.

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

Color convert

RGB1934636-
CMYK00.760.810.24
HSL3.82º68.56%44.9%-
HSV(B)3.82º81.35%75.69%-
XYZ23.2913.423.03-
YUV88.8198.2202.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.18%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=70.18%
G=16.73%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193463600.760.810.243.8268.5644.9
HexC12E2404C51184452d
Octal3015644011412130410555
Binary11000001101110100100010011001010001110001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E24; }

 p { color: rgb(193,46,36); }

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

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

 a { background-color: rgb(193,46,36); }

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

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

 span { border-color: rgb(193,46,36); }

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