#CE191F

Color #CE191F Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CE191F

Tints of Fire Engine Red #CE191F

Color information

#CE191F (or 0xCE191F) is unknown color: approx Fire Engine Red. HEX triplet: CE, 19 and 1F. RGB value is (206,25,31). Sum of RGB (Red+Green+Blue) = 206+25+31=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE191F is #31E6E0. Grayscale: #4F4F4F. Windows color (decimal): -3270369 or 2038222. OLE color: 2038222.

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

Color convert

RGB2062531-
CMYK00.880.850.19
HSL358.01º78.35%45.29%-
HSV(B)358.01º87.86%80.78%-
XYZ26.0513.922.61-
YUV79.8100.47218.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 78.63%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=78.63%
G=9.54%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206253100.880.850.19358.0178.3545.29
HexCE191F05855131664e2d
Octal316313701301252354611655
Binary110011101100111111010110001010101100111011001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE191F; }

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

 H1.HeaderClassName
 {
   color: #CE191F;
 }
 .AnyTagClassName
 {
   color: #CE191F;
 }
</style>
background-color css

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

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

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

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

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

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