#C8102E

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

Shades of Fire Engine Red #C8102E

Tints of Fire Engine Red #C8102E

Color information

#C8102E (or 0xC8102E) is unknown color: approx Fire Engine Red. HEX triplet: C8, 10 and 2E. RGB value is (200,16,46). Sum of RGB (Red+Green+Blue) = 200+16+46=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8102E is #37EFD1. Grayscale: #4A4A4A. Windows color (decimal): -3665874 or 3018952. OLE color: 3018952.

HSL color Cylindrical-coordinate representation of color #C8102E: hue angle of 350.22º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8102E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB2001646-
CMYK00.920.770.22
HSL350.22º85.19%42.35%-
HSV(B)350.22º92%78.43%-
XYZ24.512.853.77-
YUV74.44111.96217.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.34%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=76.34%
G=6.11%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200164600.920.770.22350.2285.1942.35
HexC8102E05C4D1615e552a
Octal310205601341152653612552
Binary1100100010000101110010111001001101101101010111101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8102E; }

 p { color: rgb(200,16,46); }

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

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

 a { background-color: rgb(200,16,46); }

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

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

 span { border-color: rgb(200,16,46); }

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