#CE3925

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

Shades of Persian Red #CE3925

Tints of Persian Red #CE3925

Color information

#CE3925 (or 0xCE3925) is unknown color: approx Persian Red. HEX triplet: CE, 39 and 25. RGB value is (206,57,37). Sum of RGB (Red+Green+Blue) = 206+57+37=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3925 is #31C6DA. Grayscale: #636363. Windows color (decimal): -3262171 or 2439630. OLE color: 2439630.

HSL color Cylindrical-coordinate representation of color #CE3925: hue angle of 7.1º degrees, saturation: 0.7, 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 #CE3925 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB2065737-
CMYK00.720.820.19
HSL7.1º69.55%47.65%-
HSV(B)7.1º82.04%80.78%-
XYZ27.2516.183.44-
YUV99.2792.86204.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.67%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=68.67%
G=19%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206573700.720.820.197.169.5547.65
HexCE3925048521374630
Octal3167145011012223710660
Binary11001110111001100101010010001010010100111111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3925; }

 p { color: rgb(206,57,37); }

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

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

 a { background-color: rgb(206,57,37); }

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

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

 span { border-color: rgb(206,57,37); }

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