#ce0c25

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

Shades of Fire Engine Red #CE0C25

Tints of Fire Engine Red #CE0C25

Color information

#CE0C25 (or 0xCE0C25) is unknown color: approx Fire Engine Red. HEX triplet: CE, 0C and 25. RGB value is (206,12,37). Sum of RGB (Red+Green+Blue) = 206+12+37=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C25 is #31F3DA. Grayscale: #484848. Windows color (decimal): -3273691 or 2428110. OLE color: 2428110.

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

Color convert

RGB2061237-
CMYK00.940.820.19
HSL352.27º88.99%42.75%-
HSV(B)352.27º94.17%80.78%-
XYZ25.9213.522.99-
YUV72.86107.77222.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 80.78%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=80.78%
G=4.71%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206123700.940.820.19352.2788.9942.75
HexCEC2505E5213160592b
Octal316144501361222354013153
Binary110011101100100101010111101010010100111011000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce0c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce0c25; }

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

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

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

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

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

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

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

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