#CE1C1C

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

Shades of Fire Brick #CE1C1C

Tints of Fire Brick #CE1C1C

Color information

#CE1C1C (or 0xCE1C1C) is unknown color: approx Fire Brick. HEX triplet: CE, 1C and 1C. RGB value is (206,28,28). Sum of RGB (Red+Green+Blue) = 206+28+28=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C1C is #31E3E3. Grayscale: #515151. Windows color (decimal): -3269604 or 1842382. OLE color: 1842382.

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

Color convert

RGB2062828-
CMYK00.860.860.19
HSL76.07%45.88%-
HSV(B)86.41%80.78%-
XYZ26.0814.042.43-
YUV81.2297.97217-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 78.63%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 28 (11.33% from 255) = 10.69%
R=78.63%
G=10.69%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206282800.860.860.19076.0745.88
HexCE1C1C056561304c2e
Octal3163434012612623011456
Binary1100111011100111000101011010101101001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1C1C; }

 p { color: rgb(206,28,28); }

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

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

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

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

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

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

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