Html Css Color HEX #CE111A Fire Engine Red

📋 copy color: '#CE111A'

red 206 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #CE111A

Tints of Fire Engine Red #CE111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 82.73%
G = 6.83%
B = 10.44%

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

#CE111A (or 0xCE111A) is known color: Fire Engine Red. HEX triplet: CE, 11 and 1A. RGB value is (206,17,26). Sum of RGB (Red+Green+Blue) = 206+17+26=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE111A is #31EEE5. Grayscale: #4A4A4A. Windows color (decimal): -3272422 or 1708494. OLE color: 1708494.

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

Color convert

RGB 206 17 26 -
CMYK 0 0.92 0.87 0.19
HSL 357.14º 0.85% 0.44% -
HSV(B) 357.14º 0.92% 0.81% -
XYZ 25.84 13.6 2.24 -
YUV 74.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 206 17 26 0 0.92 0.87 0.19 357.14 0.85 0.44
Hex CE 11 1A 0 5C 57 13 165 55 2C
Octal 316 21 32 0 134 127 23 545 125 54
Binary 11001110 10001 11010 0 1011100 1010111 10011 101100101 1010101 101100

Color Harmonies of #CE111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE111A

Black with #CE111A

Text Example


Text Example

White with #CE111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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