#C8162D

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

Shades of Fire Engine Red #C8162D

Tints of Fire Engine Red #C8162D

Color information

#C8162D (or 0xC8162D) is unknown color: approx Fire Engine Red. HEX triplet: C8, 16 and 2D. RGB value is (200,22,45). Sum of RGB (Red+Green+Blue) = 200+22+45=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8162D is #37E9D2. Grayscale: #4D4D4D. Windows color (decimal): -3664339 or 2954952. OLE color: 2954952.

HSL color Cylindrical-coordinate representation of color #C8162D: hue angle of 352.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8162D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB2002245-
CMYK00.890.780.22
HSL352.25º80.18%43.53%-
HSV(B)352.25º89%78.43%-
XYZ24.5813.043.7-
YUV77.84109.47215.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.91%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=74.91%
G=8.24%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200224500.890.780.22352.2580.1843.53
HexC8162D0594E16160502c
Octal310265501311162654012054
Binary1100100010110101101010110011001110101101011000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8162D; }

 p { color: rgb(200,22,45); }

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

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

 a { background-color: rgb(200,22,45); }

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

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

 span { border-color: rgb(200,22,45); }

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