#CE2826

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

Shades of Persian Red #CE2826

Tints of Persian Red #CE2826

Color information

#CE2826 (or 0xCE2826) is unknown color: approx Persian Red. HEX triplet: CE, 28 and 26. RGB value is (206,40,38). Sum of RGB (Red+Green+Blue) = 206+40+38=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2826 is #31D7D9. Grayscale: #595959. Windows color (decimal): -3266522 or 2500814. OLE color: 2500814.

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

Color convert

RGB2064038-
CMYK00.810.820.19
HSL0.71º68.85%47.84%-
HSV(B)0.71º81.55%80.78%-
XYZ26.5614.783.29-
YUV89.4199211.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.54%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=72.54%
G=14.08%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206403800.810.820.190.7168.8547.84
HexCE2826051521314530
Octal3165046012112223110560
Binary110011101010001001100101000110100101001111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2826; }

 p { color: rgb(206,40,38); }

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

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

 a { background-color: rgb(206,40,38); }

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

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

 span { border-color: rgb(206,40,38); }

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