#CE2E2D

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

Shades of Persian Red #CE2E2D

Tints of Persian Red #CE2E2D

Color information

#CE2E2D (or 0xCE2E2D) is unknown color: approx Persian Red. HEX triplet: CE, 2E and 2D. RGB value is (206,46,45). Sum of RGB (Red+Green+Blue) = 206+46+45=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E2D is #31D1D2. Grayscale: #5D5D5D. Windows color (decimal): -3264979 or 2961102. OLE color: 2961102.

HSL color Cylindrical-coordinate representation of color #CE2E2D: hue angle of 0.37º 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 #CE2E2D is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB2064645-
CMYK00.780.780.19
HSL0.37º64.14%49.22%-
HSV(B)0.37º78.16%80.78%-
XYZ26.915.274.01-
YUV93.73100.51208.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 69.36%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=69.36%
G=15.49%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206464500.780.780.190.3764.1449.22
HexCE2E2D04E4E1304031
Octal3165655011611623010061
Binary110011101011101011010100111010011101001101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2E2D; }

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

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

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

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

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

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

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

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