#CE1F24

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

Shades of Fire Engine Red #CE1F24

Tints of Fire Engine Red #CE1F24

Color information

#CE1F24 (or 0xCE1F24) is unknown color: approx Fire Engine Red. HEX triplet: CE, 1F and 24. RGB value is (206,31,36). Sum of RGB (Red+Green+Blue) = 206+31+36=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F24 is #31E0DB. Grayscale: #545454. Windows color (decimal): -3268828 or 2367438. OLE color: 2367438.

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

Color convert

RGB2063136-
CMYK00.850.830.19
HSL358.29º73.84%46.47%-
HSV(B)358.29º84.95%80.78%-
XYZ26.2614.233.03-
YUV83.9100.98215.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 75.46%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=75.46%
G=11.36%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206313600.850.830.19358.2973.8446.47
HexCE1F2405553131664a2e
Octal316374401251232354611256
Binary1100111011111100100010101011010011100111011001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1F24; }

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

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

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

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

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

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

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

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