#ce3f2d

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

Shades of Persian Red #CE3F2D

Tints of Persian Red #CE3F2D

Color information

#CE3F2D (or 0xCE3F2D) is unknown color: approx Persian Red. HEX triplet: CE, 3F and 2D. RGB value is (206,63,45). Sum of RGB (Red+Green+Blue) = 206+63+45=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F2D is #31C0D2. Grayscale: #676767. Windows color (decimal): -3260627 or 2965454. OLE color: 2965454.

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

Color convert

RGB2066345-
CMYK00.690.780.19
HSL6.71º64.14%49.22%-
HSV(B)6.71º78.16%80.78%-
XYZ27.716.874.28-
YUV103.794.88200.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.61%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=65.61%
G=20.06%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206634500.690.780.196.7164.1449.22
HexCE3F2D0454E1374031
Octal3167755010511623710061
Binary11001110111111101101010001011001110100111111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3f2d; }

 p { color: rgb(206,63,45); }

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

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

 a { background-color: rgb(206,63,45); }

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

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

 span { border-color: rgb(206,63,45); }

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