#C8072A

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

Shades of Fire Engine Red #C8072A

Tints of Fire Engine Red #C8072A

Color information

#C8072A (or 0xC8072A) is unknown color: approx Fire Engine Red. HEX triplet: C8, 07 and 2A. RGB value is (200,7,42). Sum of RGB (Red+Green+Blue) = 200+7+42=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8072A is #37F8D5. Grayscale: #444444. Windows color (decimal): -3668182 or 2754504. OLE color: 2754504.

HSL color Cylindrical-coordinate representation of color #C8072A: hue angle of 349.12º degrees, saturation: 0.93, 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 #C8072A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB200742-
CMYK00.960.790.22
HSL349.12º93.24%40.59%-
HSV(B)349.12º96.5%78.43%-
XYZ24.3112.63.34-
YUV68.7112.94221.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 80.32%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=80.32%
G=2.81%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20074200.960.790.22349.1293.2440.59
HexC872A0604F1615d5d29
Octal31075201401172653513551
Binary11001000111101010011000001001111101101010111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8072A; }

 p { color: rgb(200,7,42); }

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

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

 a { background-color: rgb(200,7,42); }

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

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

 span { border-color: rgb(200,7,42); }

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