Html Css Color HEX #CE1715 Fire Brick

📋 copy color: '#CE1715'

red 206 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #CE1715

Tints of Fire Brick #CE1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 82.4%
G = 9.2%
B = 8.4%

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

#CE1715 (or 0xCE1715) is known color: Fire Brick. HEX triplet: CE, 17 and 15. RGB value is (206,23,21). Sum of RGB (Red+Green+Blue) = 206+23+21=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1715 is #31E8EA. Grayscale: #4D4D4D. Windows color (decimal): -3270891 or 1382350. OLE color: 1382350.

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

Color convert

RGB 206 23 21 -
CMYK 0 0.89 0.90 0.19
HSL 0.65º 0.81% 0.45% -
HSV(B) 0.65º 0.9% 0.81% -
XYZ 25.9 13.79 2.01 -
YUV 77.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 206 23 21 0 0.89 0.90 0.19 0.65 0.81 0.45
Hex CE 17 15 0 59 5A 13 1 51 2D
Octal 316 27 25 0 131 132 23 1 121 55
Binary 11001110 10111 10101 0 1011001 1011010 10011 1 1010001 101101

Color Harmonies of #CE1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1715

Black with #CE1715

Text Example


Text Example

White with #CE1715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1715; }

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

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

background-color css

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

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

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

border-color css

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

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

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