#CE273B

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

Shades of Brick Red #CE273B

Tints of Brick Red #CE273B

Color information

#CE273B (or 0xCE273B) is unknown color: approx Brick Red. HEX triplet: CE, 27 and 3B. RGB value is (206,39,59). Sum of RGB (Red+Green+Blue) = 206+39+59=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE273B is #31D8C4. Grayscale: #5B5B5B. Windows color (decimal): -3266757 or 3876814. OLE color: 3876814.

HSL color Cylindrical-coordinate representation of color #CE273B: hue angle of 352.81º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE273B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2063959-
CMYK00.810.710.19
HSL352.81º68.16%48.04%-
HSV(B)352.81º81.07%80.78%-
XYZ26.9714.895.59-
YUV91.21109.83209.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.76%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=67.76%
G=12.83%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206395900.810.710.19352.8168.1648.04
HexCE273B05147131614430
Octal316477301211072354110460
Binary11001110100111111011010100011000111100111011000011000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE273B; }

 p { color: rgb(206,39,59); }

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

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

 a { background-color: rgb(206,39,59); }

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

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

 span { border-color: rgb(206,39,59); }

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