#CE273C

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

Shades of Brick Red #CE273C

Tints of Brick Red #CE273C

Color information

#CE273C (or 0xCE273C) is unknown color: approx Brick Red. HEX triplet: CE, 27 and 3C. RGB value is (206,39,60). Sum of RGB (Red+Green+Blue) = 206+39+60=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE273C is #31D8C3. Grayscale: #5B5B5B. Windows color (decimal): -3266756 or 3942350. OLE color: 3942350.

HSL color Cylindrical-coordinate representation of color #CE273C: hue angle of 352.46º 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 #CE273C is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2063960-
CMYK00.810.710.19
HSL352.46º68.16%48.04%-
HSV(B)352.46º81.07%80.78%-
XYZ26.9914.95.73-
YUV91.33110.33209.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 39 (15.62% from 255) = 12.79%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=67.54%
G=12.79%
B=19.67%

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
Decimal206396000.810.710.19352.4668.1648.04
HexCE273C05147131604430
Octal316477401211072354010460
Binary11001110100111111100010100011000111100111011000001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE273C; }

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

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

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

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

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

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

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

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