#C91026

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

Shades of Fire Engine Red #C91026

Tints of Fire Engine Red #C91026

Color information

#C91026 (or 0xC91026) is unknown color: approx Fire Engine Red. HEX triplet: C9, 10 and 26. RGB value is (201,16,38). Sum of RGB (Red+Green+Blue) = 201+16+38=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C91026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91026 is #36EFD9. Grayscale: #494949. Windows color (decimal): -3600346 or 2494665. OLE color: 2494665.

HSL color Cylindrical-coordinate representation of color #C91026: hue angle of 352.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91026 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2011638-
CMYK00.920.810.21
HSL352.86º85.25%42.55%-
HSV(B)352.86º92.04%78.82%-
XYZ24.6212.933.03-
YUV73.82107.79218.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.82%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=78.82%
G=6.27%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201163800.920.810.21352.8685.2542.55
HexC9102605C5115161552b
Octal311204601341212554112553
Binary1100100110000100110010111001010001101011011000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91026; }

 p { color: rgb(201,16,38); }

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

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

 a { background-color: rgb(201,16,38); }

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

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

 span { border-color: rgb(201,16,38); }

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