Html Css Color HEX #CE1D1C Fire Brick

📋 copy color: '#CE1D1C'

red 206 ◦ green 29 ◦ blue 28

#CE1D1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #CE1D1C

Tints of Fire Brick #CE1D1C

RGB

 RED value IS 206 (80.86% from 255) = 78.33%

 GREEN value IS 29 (11.72% from 255) = 11.03%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 78.33%
G = 11.03%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE1D1C (or 0xCE1D1C) is known color: Fire Brick. HEX triplet: CE, 1D and 1C. RGB value is (206,29,28). Sum of RGB (Red+Green+Blue) = 206+29+28=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D1C is #31E2E3. Grayscale: #515151. Windows color (decimal): -3269348 or 1842638. OLE color: 1842638.

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

Color convert

RGB 206 29 28 -
CMYK 0 0.86 0.86 0.19
HSL 0.34º 0.76% 0.46% -
HSV(B) 0.34º 0.86% 0.81% -
XYZ 26.1 14.08 2.44 -
YUV 81.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 206 29 28 0 0.86 0.86 0.19 0.34 0.76 0.46
Hex CE 1D 1C 0 56 56 13 0 4C 2E
Octal 316 35 34 0 126 126 23 0 114 56
Binary 11001110 11101 11100 0 1010110 1010110 10011 0 1001100 101110

Color Harmonies of #CE1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D1C

Black with #CE1D1C

Text Example


Text Example

White with #CE1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D1C; }

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

 H1.HeaderClassName
 {
   color: #CE1D1C;
 }
 .AnyTagClassName
 {
   color: #CE1D1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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