#C8121A

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

Shades of Fire Engine Red #C8121A

Tints of Fire Engine Red #C8121A

Color information

#C8121A (or 0xC8121A) is unknown color: approx Fire Engine Red. HEX triplet: C8, 12 and 1A. RGB value is (200,18,26). Sum of RGB (Red+Green+Blue) = 200+18+26=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C8121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8121A is #37EDE5. Grayscale: #494949. Windows color (decimal): -3665382 or 1708744. OLE color: 1708744.

HSL color Cylindrical-coordinate representation of color #C8121A: hue angle of 357.36º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8121A is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB2001826-
CMYK00.910.870.22
HSL357.36º83.49%42.75%-
HSV(B)357.36º91%78.43%-
XYZ24.2212.792.17-
YUV73.33101.3218.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 81.97%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=81.97%
G=7.38%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200182600.910.870.22357.3683.4942.75
HexC8121A05B5716165532b
Octal310223201331272654512353
Binary110010001001011010010110111010111101101011001011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8121A; }

 p { color: rgb(200,18,26); }

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

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

 a { background-color: rgb(200,18,26); }

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

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

 span { border-color: rgb(200,18,26); }

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