#CE394A

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

Shades of Brick Red #CE394A

Tints of Brick Red #CE394A

Color information

#CE394A (or 0xCE394A) is unknown color: approx Brick Red. HEX triplet: CE, 39 and 4A. RGB value is (206,57,74). Sum of RGB (Red+Green+Blue) = 206+57+74=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE394A is #31C6B5. Grayscale: #676767. Windows color (decimal): -3262134 or 4864462. OLE color: 4864462.

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

Color convert

RGB2065774-
CMYK00.720.640.19
HSL353.15º60.32%51.57%-
HSV(B)353.15º72.33%80.78%-
XYZ28.1516.548.19-
YUV103.49111.36201.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=61.13%
G=16.91%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206577400.720.640.19353.1560.3251.57
HexCE394A04840131613c34
Octal316711120110100235417464
Binary11001110111001100101001001000100000010011101100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE394A; }

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

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

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

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

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

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

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

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