Html Css Color HEX #CE1615 Fire Brick

📋 copy color: '#CE1615'

red 206 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #CE1615

Tints of Fire Brick #CE1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 82.73%
G = 8.84%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE1615 (or 0xCE1615) is known color: Fire Brick. HEX triplet: CE, 16 and 15. RGB value is (206,22,21). Sum of RGB (Red+Green+Blue) = 206+22+21=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1615 is #31E9EA. Grayscale: #4D4D4D. Windows color (decimal): -3271147 or 1382094. OLE color: 1382094.

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

Color convert

RGB 206 22 21 -
CMYK 0 0.89 0.90 0.19
HSL 0.32º 0.81% 0.45% -
HSV(B) 0.32º 0.9% 0.81% -
XYZ 25.88 13.75 2 -
YUV 76.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 206 22 21 0 0.89 0.90 0.19 0.32 0.81 0.45
Hex CE 16 15 0 59 5A 13 0 51 2D
Octal 316 26 25 0 131 132 23 0 121 55
Binary 11001110 10110 10101 0 1011001 1011010 10011 0 1010001 101101

Color Harmonies of #CE1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1615

Black with #CE1615

Text Example


Text Example

White with #CE1615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1615; }

 p { color: rgb(206,22,21); }

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

background-color css

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

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

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

border-color css

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

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

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