#CE3629

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

Shades of Persian Red #CE3629

Tints of Persian Red #CE3629

Color information

#CE3629 (or 0xCE3629) is unknown color: approx Persian Red. HEX triplet: CE, 36 and 29. RGB value is (206,54,41). Sum of RGB (Red+Green+Blue) = 206+54+41=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3629 is #31C9D6. Grayscale: #626262. Windows color (decimal): -3262935 or 2701006. OLE color: 2701006.

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

Color convert

RGB2065441-
CMYK00.740.800.19
HSL4.73º66.8%48.43%-
HSV(B)4.73º80.1%80.78%-
XYZ27.1715.923.74-
YUV97.9795.86205.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.44%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=68.44%
G=17.94%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206544100.740.800.194.7366.848.43
HexCE362904A501354330
Octal3166651011212023510360
Binary11001110110110101001010010101010000100111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3629; }

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

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

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

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

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

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

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

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