#ce2e4b

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

Shades of Brick Red #CE2E4B

Tints of Brick Red #CE2E4B

Color information

#CE2E4B (or 0xCE2E4B) is unknown color: approx Brick Red. HEX triplet: CE, 2E and 4B. RGB value is (206,46,75). Sum of RGB (Red+Green+Blue) = 206+46+75=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E4B is #31D1B4. Grayscale: #616161. Windows color (decimal): -3264949 or 4927182. OLE color: 4927182.

HSL color Cylindrical-coordinate representation of color #CE2E4B: hue angle of 349.12º degrees, saturation: 0.63, 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 #CE2E4B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB2064675-
CMYK00.780.640.19
HSL349.12º63.49%49.41%-
HSV(B)349.12º77.67%80.78%-
XYZ27.715.588.2-
YUV97.15115.51205.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.00%
GREEN value IS 46 (18.36% from 255) = 14.07%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=63.00%
G=14.07%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206467500.780.640.19349.1263.4949.41
HexCE2E4B04E401315d3f31
Octal316561130116100235357761
Binary11001110101110100101101001110100000010011101011101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2e4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2e4b; }

 p { color: rgb(206,46,75); }

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

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

 a { background-color: rgb(206,46,75); }

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

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

 span { border-color: rgb(206,46,75); }

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