#C8082B

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

Shades of Fire Engine Red #C8082B

Tints of Fire Engine Red #C8082B

Color information

#C8082B (or 0xC8082B) is unknown color: approx Fire Engine Red. HEX triplet: C8, 08 and 2B. RGB value is (200,8,43). Sum of RGB (Red+Green+Blue) = 200+8+43=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8082B is #37F7D4. Grayscale: #454545. Windows color (decimal): -3667925 or 2820296. OLE color: 2820296.

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

Color convert

RGB200843-
CMYK00.960.780.22
HSL349.06º92.31%40.78%-
HSV(B)349.06º96%78.43%-
XYZ24.3412.633.44-
YUV69.4113.11221.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 79.68%
GREEN value IS 8 (3.52% from 255) = 3.19%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=79.68%
G=3.19%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20084300.960.780.22349.0692.3140.78
HexC882B0604E1615d5c29
Octal310105301401162653513451
Binary110010001000101011011000001001110101101010111011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8082B; }

 p { color: rgb(200,8,43); }

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

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

 a { background-color: rgb(200,8,43); }

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

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

 span { border-color: rgb(200,8,43); }

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