#CE0F1A

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

Shades of Fire Engine Red #CE0F1A

Tints of Fire Engine Red #CE0F1A

Color information

#CE0F1A (or 0xCE0F1A) is unknown color: approx Fire Engine Red. HEX triplet: CE, 0F and 1A. RGB value is (206,15,26). Sum of RGB (Red+Green+Blue) = 206+15+26=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F1A is #31F0E5. Grayscale: #494949. Windows color (decimal): -3272934 or 1707982. OLE color: 1707982.

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

Color convert

RGB2061526-
CMYK00.930.870.19
HSL356.54º86.43%43.33%-
HSV(B)356.54º92.72%80.78%-
XYZ25.8113.542.23-
YUV73.36101.28222.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 83.40%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=83.40%
G=6.07%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206152600.930.870.19356.5486.4343.33
HexCEF1A05D5713165562b
Octal316173201351272354512653
Binary11001110111111010010111011010111100111011001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0F1A; }

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

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

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

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

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

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

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

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