#CE2125

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

Shades of Fire Engine Red #CE2125

Tints of Fire Engine Red #CE2125

Color information

#CE2125 (or 0xCE2125) is unknown color: approx Fire Engine Red. HEX triplet: CE, 21 and 25. RGB value is (206,33,37). Sum of RGB (Red+Green+Blue) = 206+33+37=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2125 is #31DEDA. Grayscale: #555555. Windows color (decimal): -3268315 or 2433486. OLE color: 2433486.

HSL color Cylindrical-coordinate representation of color #CE2125: hue angle of 358.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2125 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB2063337-
CMYK00.840.820.19
HSL358.61º72.38%46.86%-
HSV(B)358.61º83.98%80.78%-
XYZ26.3314.343.13-
YUV85.18100.81214.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 74.64%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=74.64%
G=11.96%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206333700.840.820.19358.6172.3846.86
HexCE21250545213167482f
Octal316414501241222354711057
Binary11001110100001100101010101001010010100111011001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2125; }

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

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

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

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

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

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

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

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