#CE3A2B

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

Shades of Persian Red #CE3A2B

Tints of Persian Red #CE3A2B

Color information

#CE3A2B (or 0xCE3A2B) is unknown color: approx Persian Red. HEX triplet: CE, 3A and 2B. RGB value is (206,58,43). Sum of RGB (Red+Green+Blue) = 206+58+43=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A2B is #31C5D4. Grayscale: #646464. Windows color (decimal): -3261909 or 2833102. OLE color: 2833102.

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

Color convert

RGB2065843-
CMYK00.720.790.19
HSL5.52º65.46%48.82%-
HSV(B)5.52º79.13%80.78%-
XYZ27.416.323.99-
YUV100.5495.53203.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=67.10%
G=18.89%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206584300.720.790.195.5265.4648.82
HexCE3A2B0484F1364131
Octal3167253011011723610161
Binary11001110111010101011010010001001111100111101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3A2B; }

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

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

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

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

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

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

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

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