#C2362B

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

Shades of Persian Red #C2362B

Tints of Persian Red #C2362B

Color information

#C2362B (or 0xC2362B) is unknown color: approx Persian Red. HEX triplet: C2, 36 and 2B. RGB value is (194,54,43). Sum of RGB (Red+Green+Blue) = 194+54+43=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2362B is #3DC9D4. Grayscale: #5E5E5E. Windows color (decimal): -4049365 or 2832066. OLE color: 2832066.

HSL color Cylindrical-coordinate representation of color #C2362B: hue angle of 4.37º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2362B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1945443-
CMYK00.720.780.24
HSL4.37º63.71%46.47%-
HSV(B)4.37º77.84%76.08%-
XYZ2414.283.78-
YUV94.6198.88198.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=66.67%
G=18.56%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194544300.720.780.244.3763.7146.47
HexC2362B0484E184402e
Octal3026653011011630410056
Binary11000010110110101011010010001001110110001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2362B; }

 p { color: rgb(194,54,43); }

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

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

 a { background-color: rgb(194,54,43); }

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

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

 span { border-color: rgb(194,54,43); }

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