#CE3736

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

Shades of Persian Red #CE3736

Tints of Persian Red #CE3736

Color information

#CE3736 (or 0xCE3736) is unknown color: approx Persian Red. HEX triplet: CE, 37 and 36. RGB value is (206,55,54). Sum of RGB (Red+Green+Blue) = 206+55+54=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3736 is #31C8C9. Grayscale: #646464. Windows color (decimal): -3262666 or 3553230. OLE color: 3553230.

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

Color convert

RGB2065554-
CMYK00.730.740.19
HSL0.39º60.8%50.98%-
HSV(B)0.39º73.79%80.78%-
XYZ27.4916.125.15-
YUV100.04102.03203.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.40%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=65.40%
G=17.46%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206555400.730.740.190.3960.850.98
HexCE37360494A1303d33
Octal316676601111122307563
Binary11001110110111110110010010011001010100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3736; }

 p { color: rgb(206,55,54); }

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

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

 a { background-color: rgb(206,55,54); }

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

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

 span { border-color: rgb(206,55,54); }

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