Html Css Color HEX #CE111B Fire Engine Red

📋 copy color: '#CE111B'

red 206 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #CE111B

Tints of Fire Engine Red #CE111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 82.4%
G = 6.8%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE111B (or 0xCE111B) is known color: Fire Engine Red. HEX triplet: CE, 11 and 1B. RGB value is (206,17,27). Sum of RGB (Red+Green+Blue) = 206+17+27=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE111B is #31EEE4. Grayscale: #4A4A4A. Windows color (decimal): -3272421 or 1774030. OLE color: 1774030.

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

Color convert

RGB 206 17 27 -
CMYK 0 0.92 0.87 0.19
HSL 356.83º 0.85% 0.44% -
HSV(B) 356.83º 0.92% 0.81% -
XYZ 25.85 13.6 2.3 -
YUV 74.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 206 17 27 0 0.92 0.87 0.19 356.83 0.85 0.44
Hex CE 11 1B 0 5C 57 13 165 55 2C
Octal 316 21 33 0 134 127 23 545 125 54
Binary 11001110 10001 11011 0 1011100 1010111 10011 101100101 1010101 101100

Color Harmonies of #CE111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE111B

Black with #CE111B

Text Example


Text Example

White with #CE111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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