#CE3A31

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

Shades of Persian Red #CE3A31

Tints of Persian Red #CE3A31

Color information

#CE3A31 (or 0xCE3A31) is unknown color: approx Persian Red. HEX triplet: CE, 3A and 31. RGB value is (206,58,49). Sum of RGB (Red+Green+Blue) = 206+58+49=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A31 is #31C5CE. Grayscale: #656565. Windows color (decimal): -3261903 or 3226318. OLE color: 3226318.

HSL color Cylindrical-coordinate representation of color #CE3A31: hue angle of 3.44º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3A31 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB2065849-
CMYK00.720.760.19
HSL3.44º61.57%50%-
HSV(B)3.44º76.21%80.78%-
XYZ27.5216.374.61-
YUV101.2398.53202.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.81%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=65.81%
G=18.53%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206584900.720.760.193.4461.5750
HexCE3A310484C1333e32
Octal316726101101142337662
Binary110011101110101100010100100010011001001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3A31; }

 p { color: rgb(206,58,49); }

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

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

 a { background-color: rgb(206,58,49); }

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

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

 span { border-color: rgb(206,58,49); }

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