#CE4440

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

Shades of Persian Red #CE4440

Tints of Persian Red #CE4440

Color information

#CE4440 (or 0xCE4440) is unknown color: approx Persian Red. HEX triplet: CE, 44 and 40. RGB value is (206,68,64). Sum of RGB (Red+Green+Blue) = 206+68+64=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4440 is #31BBBF. Grayscale: #6C6C6C. Windows color (decimal): -3259328 or 4211918. OLE color: 4211918.

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

Color convert

RGB2066864-
CMYK00.670.690.19
HSL1.69º59.17%52.94%-
HSV(B)1.69º68.93%80.78%-
XYZ28.4517.636.75-
YUV108.81102.72197.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.95%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=60.95%
G=20.12%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206686400.670.690.191.6959.1752.94
HexCE4440043451323b35
Octal31610410001031052327365
Binary11001110100010010000000100001110001011001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4440; }

 p { color: rgb(206,68,64); }

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

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

 a { background-color: rgb(206,68,64); }

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

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

 span { border-color: rgb(206,68,64); }

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