#CE3A27

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

Shades of Persian Red #CE3A27

Tints of Persian Red #CE3A27

Color information

#CE3A27 (or 0xCE3A27) is unknown color: approx Persian Red. HEX triplet: CE, 3A and 27. RGB value is (206,58,39). Sum of RGB (Red+Green+Blue) = 206+58+39=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A27 is #31C5D8. Grayscale: #646464. Windows color (decimal): -3261913 or 2570958. OLE color: 2570958.

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

Color convert

RGB2065839-
CMYK00.720.810.19
HSL6.83º68.16%48.04%-
HSV(B)6.83º81.07%80.78%-
XYZ27.3316.293.62-
YUV100.0993.53203.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 39 (15.62% from 255) = 12.87%
R=67.99%
G=19.14%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206583900.720.810.196.8368.1648.04
HexCE3A27048511374430
Octal3167247011012123710460
Binary11001110111010100111010010001010001100111111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3A27; }

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

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

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

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

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

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

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

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