Html Css Color HEX #CE111F Fire Engine Red

📋 copy color: '#CE111F'

red 206 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #CE111F

Tints of Fire Engine Red #CE111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 81.1%
G = 6.69%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE111F (or 0xCE111F) is known color: Fire Engine Red. HEX triplet: CE, 11 and 1F. RGB value is (206,17,31). Sum of RGB (Red+Green+Blue) = 206+17+31=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE111F is #31EEE0. Grayscale: #4B4B4B. Windows color (decimal): -3272417 or 2036174. OLE color: 2036174.

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

Color convert

RGB 206 17 31 -
CMYK 0 0.92 0.85 0.19
HSL 355.56º 0.85% 0.44% -
HSV(B) 355.56º 0.92% 0.81% -
XYZ 25.9 13.62 2.56 -
YUV 75.11 103.12 221.36 -
System Red Green Blue C M Y K H S L
Decimal 206 17 31 0 0.92 0.85 0.19 355.56 0.85 0.44
Hex CE 11 1F 0 5C 55 13 164 55 2C
Octal 316 21 37 0 134 125 23 544 125 54
Binary 11001110 10001 11111 0 1011100 1010101 10011 101100100 1010101 101100

Color Harmonies of #CE111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE111F

Black with #CE111F

Text Example


Text Example

White with #CE111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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