#CE3C35

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

Shades of Persian Red #CE3C35

Tints of Persian Red #CE3C35

Color information

#CE3C35 (or 0xCE3C35) is unknown color: approx Persian Red. HEX triplet: CE, 3C and 35. RGB value is (206,60,53). Sum of RGB (Red+Green+Blue) = 206+60+53=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C35 is #31C3CA. Grayscale: #676767. Windows color (decimal): -3261387 or 3488974. OLE color: 3488974.

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

Color convert

RGB2066053-
CMYK00.710.740.19
HSL2.75º60.96%50.78%-
HSV(B)2.75º74.27%80.78%-
XYZ27.7116.615.11-
YUV102.8699.87201.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.58%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=64.58%
G=18.81%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206605300.710.740.192.7560.9650.78
HexCE3C350474A1333d33
Octal316746501071122337563
Binary110011101111001101010100011110010101001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3C35; }

 p { color: rgb(206,60,53); }

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

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

 a { background-color: rgb(206,60,53); }

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

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

 span { border-color: rgb(206,60,53); }

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