#CE4241

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

Shades of Persian Red #CE4241

Tints of Persian Red #CE4241

Color information

#CE4241 (or 0xCE4241) is unknown color: approx Persian Red. HEX triplet: CE, 42 and 41. RGB value is (206,66,65). Sum of RGB (Red+Green+Blue) = 206+66+65=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4241 is #31BDBE. Grayscale: #6B6B6B. Windows color (decimal): -3259839 or 4276942. OLE color: 4276942.

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

Color convert

RGB2066665-
CMYK00.680.680.19
HSL0.43º59%53.14%-
HSV(B)0.43º68.45%80.78%-
XYZ28.3617.46.87-
YUV107.75103.88198.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=61.13%
G=19.58%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206666500.680.680.190.435953.14
HexCE4241044441303b35
Octal31610210101041042307365
Binary1100111010000101000001010001001000100100110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4241; }

 p { color: rgb(206,66,65); }

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

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

 a { background-color: rgb(206,66,65); }

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

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

 span { border-color: rgb(206,66,65); }

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