#CE0C23

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

Shades of Fire Engine Red #CE0C23

Tints of Fire Engine Red #CE0C23

Color information

#CE0C23 (or 0xCE0C23) is unknown color: approx Fire Engine Red. HEX triplet: CE, 0C and 23. RGB value is (206,12,35). Sum of RGB (Red+Green+Blue) = 206+12+35=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C23 is #31F3DC. Grayscale: #484848. Windows color (decimal): -3273693 or 2297038. OLE color: 2297038.

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

Color convert

RGB2061235-
CMYK00.940.830.19
HSL352.89º88.99%42.75%-
HSV(B)352.89º94.17%80.78%-
XYZ25.8913.512.83-
YUV72.63106.77223.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 81.42%
GREEN value IS 12 (5.08% from 255) = 4.74%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=81.42%
G=4.74%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206123500.940.830.19352.8988.9942.75
HexCEC2305E5313161592b
Octal316144301361232354113153
Binary110011101100100011010111101010011100111011000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0C23; }

 p { color: rgb(206,12,35); }

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

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

 a { background-color: rgb(206,12,35); }

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

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

 span { border-color: rgb(206,12,35); }

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