#CE3846

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

Shades of Brick Red #CE3846

Tints of Brick Red #CE3846

Color information

#CE3846 (or 0xCE3846) is unknown color: approx Brick Red. HEX triplet: CE, 38 and 46. RGB value is (206,56,70). Sum of RGB (Red+Green+Blue) = 206+56+70=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3846 is #31C7B9. Grayscale: #666666. Windows color (decimal): -3262394 or 4602062. OLE color: 4602062.

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

Color convert

RGB2065670-
CMYK00.730.660.19
HSL354.4º60.48%51.37%-
HSV(B)354.4º72.82%80.78%-
XYZ27.9716.397.48-
YUV102.45109.7201.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=62.05%
G=16.87%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206567000.730.660.19354.460.4851.37
HexCE384604942131623c33
Octal316701060111102235427463
Binary11001110111000100011001001001100001010011101100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3846; }

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

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

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

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

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

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

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

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