#CE3F3B

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

Shades of Persian Red #CE3F3B

Tints of Persian Red #CE3F3B

Color information

#CE3F3B (or 0xCE3F3B) is unknown color: approx Persian Red. HEX triplet: CE, 3F and 3B. RGB value is (206,63,59). Sum of RGB (Red+Green+Blue) = 206+63+59=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F3B is #31C0C4. Grayscale: #696969. Windows color (decimal): -3260613 or 3882958. OLE color: 3882958.

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

Color convert

RGB2066359-
CMYK00.690.710.19
HSL1.63º60%51.96%-
HSV(B)1.63º71.36%80.78%-
XYZ28.0216.995.94-
YUV105.3101.88199.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.80%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 59 (23.44% from 255) = 17.99%
R=62.80%
G=19.21%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206635900.690.710.191.636051.96
HexCE3F3B045471323c34
Octal316777301051072327464
Binary110011101111111110110100010110001111001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3F3B; }

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

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

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

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

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

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

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

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