Html Css Color HEX #CE111C Fire Engine Red

📋 copy color: '#CE111C'

red 206 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #CE111C

Tints of Fire Engine Red #CE111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

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

R = 82.07%
G = 6.77%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE111C (or 0xCE111C) is known color: Fire Engine Red. HEX triplet: CE, 11 and 1C. RGB value is (206,17,28). Sum of RGB (Red+Green+Blue) = 206+17+28=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE111C is #31EEE3. Grayscale: #4A4A4A. Windows color (decimal): -3272420 or 1839566. OLE color: 1839566.

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

Color convert

RGB 206 17 28 -
CMYK 0 0.92 0.86 0.19
HSL 356.51º 0.85% 0.44% -
HSV(B) 356.51º 0.92% 0.81% -
XYZ 25.86 13.61 2.36 -
YUV 74.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 206 17 28 0 0.92 0.86 0.19 356.51 0.85 0.44
Hex CE 11 1C 0 5C 56 13 165 55 2C
Octal 316 21 34 0 134 126 23 545 125 54
Binary 11001110 10001 11100 0 1011100 1010110 10011 101100101 1010101 101100

Color Harmonies of #CE111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE111C

Black with #CE111C

Text Example


Text Example

White with #CE111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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