#CE3829

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

Shades of Persian Red #CE3829

Tints of Persian Red #CE3829

Color information

#CE3829 (or 0xCE3829) is unknown color: approx Persian Red. HEX triplet: CE, 38 and 29. RGB value is (206,56,41). Sum of RGB (Red+Green+Blue) = 206+56+41=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3829 is #31C7D6. Grayscale: #636363. Windows color (decimal): -3262423 or 2701518. OLE color: 2701518.

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

Color convert

RGB2065641-
CMYK00.730.800.19
HSL5.45º66.8%48.43%-
HSV(B)5.45º80.1%80.78%-
XYZ27.2716.113.77-
YUV99.1495.2204.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 41 (16.41% from 255) = 13.53%
R=67.99%
G=18.48%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206564100.730.800.195.4566.848.43
HexCE3829049501354330
Octal3167051011112023510360
Binary11001110111000101001010010011010000100111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3829; }

 p { color: rgb(206,56,41); }

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

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

 a { background-color: rgb(206,56,41); }

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

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

 span { border-color: rgb(206,56,41); }

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