#CE362D

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

Shades of Persian Red #CE362D

Tints of Persian Red #CE362D

Color information

#CE362D (or 0xCE362D) is unknown color: approx Persian Red. HEX triplet: CE, 36 and 2D. RGB value is (206,54,45). Sum of RGB (Red+Green+Blue) = 206+54+45=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE362D is #31C9D2. Grayscale: #626262. Windows color (decimal): -3262931 or 2963150. OLE color: 2963150.

HSL color Cylindrical-coordinate representation of color #CE362D: hue angle of 3.35º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE362D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB2065445-
CMYK00.740.780.19
HSL3.35º64.14%49.22%-
HSV(B)3.35º78.16%80.78%-
XYZ27.2515.954.13-
YUV98.4297.86204.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=67.54%
G=17.70%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206544500.740.780.193.3564.1449.22
HexCE362D04A4E1334031
Octal3166655011211623310061
Binary1100111011011010110101001010100111010011111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE362D; }

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

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

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

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

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

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

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

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