#C0141F

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

Shades of Fire Engine Red #C0141F

Tints of Fire Engine Red #C0141F

Color information

#C0141F (or 0xC0141F) is unknown color: approx Fire Engine Red. HEX triplet: C0, 14 and 1F. RGB value is (192,20,31). Sum of RGB (Red+Green+Blue) = 192+20+31=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0141F is #3FEBE0. Grayscale: #484848. Windows color (decimal): -4189153 or 2036928. OLE color: 2036928.

HSL color Cylindrical-coordinate representation of color #C0141F: hue angle of 356.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0141F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1922031-
CMYK00.900.840.25
HSL356.16º81.13%41.57%-
HSV(B)356.16º89.58%75.29%-
XYZ22.2411.812.4-
YUV72.68104.48213.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 79.01%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=79.01%
G=8.23%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192203100.900.840.25356.1681.1341.57
HexC0141F05A5419164512a
Octal300243701321243154412152
Binary110000001010011111010110101010100110011011001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0141F; }

 p { color: rgb(192,20,31); }

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

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

 a { background-color: rgb(192,20,31); }

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

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

 span { border-color: rgb(192,20,31); }

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